Problems with animations export

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
SaRs team

Problems with animations export

Post by SaRs team »

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
area51
Posts: 338
Joined: Thu Mar 18, 2004 10:20 pm
Location: UK
Contact:

Post by area51 »

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 :

Code: Select all

model->setAnimationSpeed(2000);
model->setFrameLoop(1, 1700);
The above frame loop plays the first animation sequence in one of my .x files for example.
________
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

Post by SaRs team »

Can you send me that X file? (SaRs@centrum.sk) :wink: Because we don't know: x file is bad, or we are stupid?
area51
Posts: 338
Joined: Thu Mar 18, 2004 10:20 pm
Location: UK
Contact:

Post by area51 »

Ok, will send you an animated .x file with code for testing purposes.

At work atm, so check in a couple or 3 hours.
________
Lolol
Last edited by area51 on Tue Feb 22, 2011 1:06 pm, edited 1 time in total.
puh
Posts: 356
Joined: Tue Aug 26, 2003 3:53 pm

Post by puh »

Why you couldn't look at the dwarf.x model in the media folder of the irrlicht?
SaRs team

Post by SaRs team »

PUH, that's great idea, but we want try some other.
Area51, thx
Xico
Posts: 30
Joined: Sun Jun 05, 2005 5:08 pm
Location: Buenos Aires, Argentina
Contact:

X examples

Post by Xico »

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?
SaRs team

Post by SaRs team »

We are using Cinema4D, with export plugin XPort(i think, ver 1.2). Now we know, error is in that exporter, because in generated X file missing some semicolons.
Post Reply