siehc Posted November 3, 2015 Share Posted November 3, 2015 I had try RenderTexture but it cause some serious problem describe below. https://github.com/pixijs/pixi.js/issues/2172 and the fiddle. https://jsfiddle.net/yq8t1Lq6/ Is there other way to render a container to another renderer with no interactive and in different scale level? Quote Link to comment Share on other sites More sharing options...
Sharpleaf Posted November 3, 2015 Share Posted November 3, 2015 I don't have much of an answer for you, but when I put the renderTexture.render(stage, null, true); in the animation loop, I got SERIOUS performance problems.Though, my containers were quite large. The problem was so significant that I abandoned the idea pretty much altogether. Quote Link to comment Share on other sites More sharing options...
xerver Posted November 3, 2015 Share Posted November 3, 2015 If you are rendering it every frame, then a render texture is not the correct solution most of the time. 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.