How to Save/Export truespace animation files?

Blitz3D Forums/Blitz3D Beginners Area/How to Save/Export truespace animation files?

yerrel(Posted 2007) [#1]
Yo, -- Kinda frustrated @ the mo.. :( --

How or what do i have to do too save an animation from Truespace3.2/GameSpace ( light )/Milkshape into blitz3d?

Coz whatever i do, i don't get the animation working in blitz3d.

I use the commands:
test=LoadAnimMesh("test.x") ; Also tried test.3ds
.....
than in code i use:
Animate test,2

But i only see my thing just standing as an statue ( no animation )

What do i need to do or how do i have to save the file? or in which format?

tnx..


jfk EO-11110(Posted 2007) [#2]
Make sure to use the UpdateWorld() command right before Renderworld().

If you can' tmake it work you may try UltimateUnwrap3D, probably the most reliable and flexible animation converter that fully supports B3D. The path may be "App exports DirectX8 .X", then "convert in UU3D to B3D".