I can't get this model to animate in Blitz3d. It's b3d format and model animates correctly when using Blitz B3d export plugin Viewer for 3ds Max. Before you export you can preview the model and all animation in Blitz3d directly, so when I check there animations work.
But then I want to do that in blitz in code and can't get model to move. I import it with
anim_mesh = LoadAnimMesh("model")
and animate it with
Animate anim_mesh, 2
and nothing happens, someone else that is experienced with blitz tried it and couldn't get it to move. How can Blitz preview exe for 3ds max exporter animate it and I can't even though I am using Blitz???
Can you test this animation in your blitz:
http://www.tridinaut.com/mesh.b3d
If it works then plz let me know.
Btw I'm using Blitz 1.90, and I think this Previewer exe for plugin was compiled with 1.87, but I can't imagine that 1.90 update would have broken this great plugin or added something that makes the plugin not work for animations. If it is the case someone would have noticed something by now. Can you plz check if this animation works for you?
But then I want to do that in blitz in code and can't get model to move. I import it with
anim_mesh = LoadAnimMesh("model")
and animate it with
Animate anim_mesh, 2
and nothing happens, someone else that is experienced with blitz tried it and couldn't get it to move. How can Blitz preview exe for 3ds max exporter animate it and I can't even though I am using Blitz???
Can you test this animation in your blitz:
http://www.tridinaut.com/mesh.b3d
If it works then plz let me know.
Btw I'm using Blitz 1.90, and I think this Previewer exe for plugin was compiled with 1.87, but I can't imagine that 1.90 update would have broken this great plugin or added something that makes the plugin not work for animations. If it is the case someone would have noticed something by now. Can you plz check if this animation works for you?