Long load times and model rendering problems

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
maddog39
Posts: 10
Joined: Sat Aug 23, 2008 1:23 am
Location: Pennsylvania, US
Contact:

Long load times and model rendering problems

Post by maddog39 »

Hey everyone,

I've been playing around with irrlicht lately and keep running into this problem with loading models where the particular side in which the camera is looking at will disappear and the model then doesnt look whole and solid.

Screenshot: http://www.dximages.uni.cc/files/1/scre ... adxdx2.png

In addition, the time it takes to load the application is like 30 seconds or more. Any ideas on how I could solve these problems or what I am doing wrong?

Source Code: http://pastebin.com/f1a2e7f54

Thanks!
- Alec
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Looks like you exported the mesh with right-handed coordinates. This will "invert" the mesh, and hance backface culling etc. won't work properly.
The long loading types are rather untypical for 3ds models. How large's the file?
maddog39
Posts: 10
Joined: Sat Aug 23, 2008 1:23 am
Location: Pennsylvania, US
Contact:

Post by maddog39 »

I got the model off of a free 3D resource site and it was somewhere in the range of a meg. The person who originally made the model probably didnt do something properly (as you stated) and I have since dumped it. Other models seem to be working as expected.
Post Reply