Problems with animations export
-
SaRs team
Problems with animations export
We've got problem with animations export. We can export only few formats(*.x, *.3ds), but animations are not playing(static models are OK). Can you post some link to animation in 3ds or x file format, which are REALLY ok? PLEASE
Animation for .3ds files dont work in Irrlicht.
.X files do but have some weird offsets, you can work it out, but I prefer trial and error.
Try out large numbers to get the correct animation :
The above frame loop plays the first animation sequence in one of my .x files for example.
________
Chevrolet 90-Degree V6 Engine
.X files do but have some weird offsets, you can work it out, but I prefer trial and error.
Try out large numbers to get the correct animation :
Code: Select all
model->setAnimationSpeed(2000);
model->setFrameLoop(1, 1700);
________
Chevrolet 90-Degree V6 Engine
Last edited by area51 on Tue Feb 22, 2011 1:06 pm, edited 1 time in total.
-
SaRs team
X files
Can you send me that X file? (SaRs@centrum.sk)
Because we don't know: x file is bad, or we are stupid?
X examples
Hi, here can find some models for test, and some info about the .x file format.
http://www.xbdev.net/3dformats/x/xfileformat.php
hope it help
¿wich program and exporter are using?
http://www.xbdev.net/3dformats/x/xfileformat.php
hope it help
¿wich program and exporter are using?
-
SaRs team