cx20 Posted November 28, 2017 Share Posted November 28, 2017 I tried to display the following model in Sketchfab with Babylon.js. https://sketchfab.com/models/f2f13a8630004b1c82730d8b9ffa0e1f bear_on_balloons\scene.gltf However, when trying to display with Babylon.js sandbox, an error was output to the console and it was not possible to display the glTF model. It seems there is a problem with animation processing. https://sandbox.babylonjs.com/ BJS - [00:09:49]: Babylon.js engine (v3.1-beta-6) launched Babylon.js:formatted:28342 Uncaught TypeError: Cannot read property 'frame' of undefined at t._interpolate (babylon.js:formatted:28342) at t.animate (babylon.js:formatted:28528) at t._animate (babylon.js:formatted:28682) at i._animate (babylon.js:formatted:14035) at i.render (babylon.js:formatted:14758) at t.renderFunction (babylon.js:formatted:37709) at babylon.js:formatted:37796 at n._renderLoop (babylon.js:formatted:6672) Quote Link to comment Share on other sites More sharing options...
Sebavan Posted November 28, 2017 Share Posted November 28, 2017 ping @bghgary Quote Link to comment Share on other sites More sharing options...
bghgary Posted November 28, 2017 Share Posted November 28, 2017 The issue is that there is an animation with only one key frame and that's not currently working. I'll fix it ASAP. cx20 1 Quote Link to comment Share on other sites More sharing options...
bghgary Posted November 28, 2017 Share Posted November 28, 2017 This is fixed with PR: https://github.com/BabylonJS/Babylon.js/pull/3243 cx20 1 Quote Link to comment Share on other sites More sharing options...
bghgary Posted November 28, 2017 Share Posted November 28, 2017 Thanks for the report @cx20! Quote Link to comment Share on other sites More sharing options...
cx20 Posted November 29, 2017 Author Share Posted November 29, 2017 Thank you for fixing. I confirmed that it has been fixed. http://jsdo.it/cx20/gu06 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.