dav74 Posted November 20, 2013 Share Posted November 20, 2013 Hi,If i import blender scene with SceneLoader, is it possible to have an array of meshes (like with ImportMesh) ?thank you for your help Quote Link to comment Share on other sites More sharing options...
Temechon Posted November 20, 2013 Share Posted November 20, 2013 Hello Dav, Of course ! You have a callback function SceneLoader.Load : BABYLON.SceneLoader.Load("models/", modelName, engine, function (newScene) { // Here you can retrieve the meshes in the scene // var meshesArray = newScene.meshes;}); Quote Link to comment Share on other sites More sharing options...
dav74 Posted November 20, 2013 Author Share Posted November 20, 2013 Hello Temechonok thank you for your help 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.