dbawel Posted February 20, 2018 Share Posted February 20, 2018 Hello, If I create a simple Blender scene with a cube which rotates, When I clone the scene I can't get the animation to play. Any examples of something this simple? I need to clone many objects and start their animation at different times. DB Quote Link to comment Share on other sites More sharing options...
Guest Posted February 20, 2018 Share Posted February 20, 2018 Instead of cloning the scene, I would rather suggest serializing it and the loading it again (with serialize and Parse) Quote Link to comment Share on other sites More sharing options...
dbawel Posted February 20, 2018 Author Share Posted February 20, 2018 @Deltakosh The real scene is an airplane, and I need to animate parts on a cloned model airplane. DB Quote Link to comment Share on other sites More sharing options...
Guest Posted February 20, 2018 Share Posted February 20, 2018 Perhaps you can just reload the same scene with SceneLoader.Append Also you can clone the airplane and its skeleton like here: https://github.com/BabylonJS/Website/blob/master/Demos/Bones/bones.js#L29 https://github.com/BabylonJS/Website/blob/master/Demos/Bones/bones.js#L36 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.