lhx880619 Posted December 4, 2017 Share Posted December 4, 2017 hey guys, I want to know if there is any way to change the render canvas? Quote Link to comment Share on other sites More sharing options...
Sebavan Posted December 4, 2017 Share Posted December 4, 2017 @lhx880619 do you mean after instantiating the engine ? Quote Link to comment Share on other sites More sharing options...
lhx880619 Posted December 4, 2017 Author Share Posted December 4, 2017 41 minutes ago, Sebavan said: @lhx880619 do you mean after instantiating the engine ? yes, are there any chance to change the render canvas? i asked this question because i have a very large 3d model to load into the scene. so i want to share the scene( or the loaded meshes). if i can't change the canvas i will new another engine and scene to load the 3d model. do you know how the share the meshes? it means i will do something like for loop the scene meshes: remove form old scene add to new scene. new engine.render in this way i don't need to load all the models form files (even indexdb), just use them in memory. Quote Link to comment Share on other sites More sharing options...
Sebavan Posted December 4, 2017 Share Posted December 4, 2017 you could remove the mesh from the scene so it is in memory but not render after load and use clone instead this woukd be much more efficient for your case. would that work for you ? 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.