osinski Posted April 9, 2015 Share Posted April 9, 2015 Hi! How can I separate object in the same scene and render them in different way?For example I have main hero and he need rendering all the time, and backstage or some static object - it need rendering once or maybe twice per level.Could you help me?Thx! Quote Link to comment Share on other sites More sharing options...
xerver Posted April 11, 2015 Share Posted April 11, 2015 You can always combine background stuff into a single container and use `cacheAsBitmap = true` which will make it a single draw which is cheap. Quote Link to comment Share on other sites More sharing options...
osinski Posted April 15, 2015 Author Share Posted April 15, 2015 Thx xerver!!! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.