hunts Posted June 22, 2017 Share Posted June 22, 2017 I exported a gltf model from blender but it's not showing, the debuglayer showed that the model is there, i scaled it but it's still not showing: here's a PG http://babylonjs-playground.com/#4PJBW5#1 Quote Link to comment Share on other sites More sharing options...
bghgary Posted June 23, 2017 Share Posted June 23, 2017 Which Blender export did you use? The model looks to be a glTF 1.0 which has issues with skins in BabylonJS. Try this one: https://github.com/KhronosGroup/glTF-Blender-Exporter Quote Link to comment Share on other sites More sharing options...
hunts Posted June 23, 2017 Author Share Posted June 23, 2017 @bghgary still not working: http://www.babylonjs-playground.com/#6MZV8R#13 i checked my console: Failed to load resource: the server responded with a status of 404 (Not Found) babylon.glTFFileLoader.js:2618 Uncaught Error: Not implemented at GLTFLoader._updateBone (babylon.glTFFileLoader.js:2618) at babylon.glTFFileLoader.js:2609 at GLTFLoader._traverseNode (babylon.glTFFileLoader.js:2861) at babylon.glTFFileLoader.js:2609 at babylon.glTFFileLoader.js:3063 at e.callback (babylon.glTFFileLoader.js:3016) at e.notifyObservers (babylon.js:2) at babylon.glTFFileLoader.js:3021 at XMLHttpRequest.e.onreadystatechange (babylon.js:3) Quote Link to comment Share on other sites More sharing options...
bghgary Posted June 23, 2017 Share Posted June 23, 2017 @hunts There is an issue with skeletons if there is a node in the skeleton hierarchy that is not part of the bones (joints) list. I need to fix this. hunts 1 Quote Link to comment Share on other sites More sharing options...
hunts Posted June 23, 2017 Author Share Posted June 23, 2017 @bghgary great!!!!!!!!!!!!!!!! You can ping me here when it's fixed Quote Link to comment Share on other sites More sharing options...
bghgary Posted June 25, 2017 Share Posted June 25, 2017 @hunts I fixed the exception. Can you try it and let me know if it works for you? hunts 1 Quote Link to comment Share on other sites More sharing options...
hunts Posted June 25, 2017 Author Share Posted June 25, 2017 @bghgary nothing came up, you can check the pg maybe i got something wrong http://www.babylonjs-playground.com/#6MZV8R#13 Quote Link to comment Share on other sites More sharing options...
bghgary Posted June 25, 2017 Share Posted June 25, 2017 @hunts Hmm, sorry, the PR was just merged and the playground is probably not updated yet. Maybe wait until tomorrow. CC @Deltakosh hunts 1 Quote Link to comment Share on other sites More sharing options...
hunts Posted June 25, 2017 Author Share Posted June 25, 2017 @bghgary ohhhh i thought as much, need to be deployed first to finally use it Quote Link to comment Share on other sites More sharing options...
bghgary Posted June 25, 2017 Share Posted June 25, 2017 @hunts It works locally for me (though it's zoomed too far in and rotated), so it should work once the playground is updated. hunts 1 Quote Link to comment Share on other sites More sharing options...
hunts Posted June 25, 2017 Author Share Posted June 25, 2017 patiently waiting for @Deltakosh Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted June 26, 2017 Share Posted June 26, 2017 I merged this morning. So it should be in hunts 1 Quote Link to comment Share on other sites More sharing options...
hunts Posted June 28, 2017 Author Share Posted June 28, 2017 great!!!! 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.