SkySphere

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
gustav05
Posts: 10
Joined: Tue Mar 21, 2006 3:19 pm
Location: Germany

SkySphere

Post by gustav05 »

Hello!

I made a sphere with a 3d modelling porgram and then I loaded it in irrlicht, scaled it very high and placed a texture on it Then I don`t know how the make the sphere "looking inside", because so I didn`t see anything.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

The sphere's normals should point to the side that is visible. Or disable backface culling.
Post Reply