Animating 3drt models

Blitz3D Forums/Blitz3D Programming/Animating 3drt models

Morbius(Posted 2006) [#1]
Has anyone had any luck animating the models from www.3drt.com? There's a free animated model in the downloads area for testing.

Thanks

Mike


kevin8084(Posted 2006) [#2]
When I try to load the model (the .x format one) in a couple of programs I get an invalid file format error.


Morbius(Posted 2006) [#3]
Thanks Kevin. I guess I need to figure out how to convert these to B3D with animation, because I haven't had any luck extracting the animations and playing them. I saw a Blitz3D game demo some time ago that used these models, so it must be possible at least.

P.S. Thanks for the cool AI examples you've been posting too!


kevin8084(Posted 2006) [#4]
You're welcome, Mike. As for the AI, I'm trying to write a neural network (WITH example program that uses it), and a flocking example. I'm also toying with the idea of writing a random number generator using genetic algorithm...that is, evolve a random number :)