steverob Posted May 9, 2017 Share Posted May 9, 2017 How do I make this model animate. I downloaded this model and trying to start its animation. Would love some help here. The model is here - https://www.dropbox.com/sh/k9n0l4medh25yns/AACVPm_ameGw-R8AzrArk1KMa?dl=0 Thanks Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted May 9, 2017 Share Posted May 9, 2017 hello do you mind creating a playground repro? Quote Link to comment Share on other sites More sharing options...
gryff Posted May 9, 2017 Share Posted May 9, 2017 @steverob : Welcome to the forum I assume this is what you are looking for: Office Guy All the script code I used is in the file : index.html (open your web console and grab a copy). The important lines are: var meshcam = myScene.getMeshByName("CameraPreset"); myScene.beginAnimation(meshcam,1,360,true); The file was created in Blender, so the first line gets the "empty" - called "CameraPreset" - that is the parent of the camera The second line plays the animation of that "empty" Ignore the code about "divFPS" - that is just producing the frame rate in to left corner of the screen. And aside thought - update your exporter to version V5.2. Probably should update your version of Blender too. cheers, gryff EDIT: I didn't download your textures so that is why the default red/black checker is used. And just a thought, what does the title of this thread have to do with animation? 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.