trusktr Posted August 31, 2015 Share Posted August 31, 2015 Are there any examples of how to make a scene graph? Something similar to adding child objects to Object3D instances in Three.js with the Object3D.add method? Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted August 31, 2015 Share Posted August 31, 2015 I do not understand the ask as by default all entities belong to a scene graph. All meshes, cameras and lights are part of the scene graph. They all inherit from BABYLON.Node: http://doc.babylonjs.com/classes/2.2-alpha/Node 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.