.ms3d models drawn but hidden

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
Tyn
Posts: 932
Joined: Thu Nov 20, 2003 7:53 pm
Location: England
Contact:

.ms3d models drawn but hidden

Post by Tyn »

Hey all

I'm trying to create a custom scene of the 9 planets in our solar system ( am using Supa-G as a base for this, great code, I promise I'll give credits :) ) so I got some info from the net about planet positions and sizes etc. According to the console they have all drawn correctly but they are invisible to me. When I move the camera around a bit sometimes they become visible and then you can see them no matter how far you get away from them.

I have set the far value to a value greater than the distance from the sun to pluto so they should all be visible all the time but for some reason they are not. This isn't a fault on my part is it?
Post Reply