stephenweaver Posted April 7, 2017 Share Posted April 7, 2017 I have this simple jsfiddle that displays the problem that I'm trying to solve. https://jsfiddle.net/4ke8k7hu/2/ It looks like the render texture get's cropped based on the position of the object passed to the renderTexture.render function. Is there a way around this? Quote Link to comment Share on other sites More sharing options...
Taz Posted April 13, 2017 Share Posted April 13, 2017 Replace this line "renderTexture.render(panStageContainer);" with this line "renderer.render(panStageContainer, renderTexture);" It looks to solve all the problems you mention: the second box is static, there isn't a duplicate red box, and nothing gets cropped 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.