problem about convert mesh

Post your questions, suggestions and experiences regarding game design, integration of external libraries here. For irrEdit, irrXML and irrKlang, see the
ambiera forums
Post Reply
freedom108
Posts: 9
Joined: Mon Dec 07, 2009 7:48 am

problem about convert mesh

Post by freedom108 »

Hi, my problem is about mesh converting, I want to ask some questions.
1. does different format has different coordinate system?
2. if the answer is yes, then is coordinate system important? I mean, can I ignore this difference in my converter?
3. I converted out a bone animation, but the result is different from original. To solve it , what should I do first?
REDDemon
Developer
Posts: 1044
Joined: Tue Aug 31, 2010 8:06 pm
Location: Genova (Italy)

Re: problem about convert mesh

Post by REDDemon »

most common problem is to have 1 axis inverted so that left will be switchted with right or up with down. You have to mirror you mesh inside your 3D editor (I mean mirror, don' try negative scaling that will invert also normals resulting in wrong lightin).
Junior Irrlicht Developer.
Real value in social networks is not about "increasing" number of followers, but about getting in touch with Amazing people.
- by Me
freedom108
Posts: 9
Joined: Mon Dec 07, 2009 7:48 am

Re: problem about convert mesh

Post by freedom108 »

so, I meet this problem, please have a look.
http://irrlicht.sourceforge.net/forum/v ... 28#p269328
Post Reply