Game Development Community

Objects are invisible

by Christian Rousselle · in Torque Game Builder · 07/16/2007 (3:30 am) · 2 replies

When I try to place objects (Static sprites) in a scene they are invisible. When I change the layer number from 0 to 1 the object is displayed. Objects that are already in the scene and have layer 0 are displayed correctly.

#1
07/16/2007 (3:34 am)
I cannot recreate that scenario. What was the initial situation?

If I create a new project, add some image maps and drag static sprites into the scene they are there.
#2
07/16/2007 (3:46 am)
Digging a little deeper into this - I think the following happens. For layer 0 (and I think only for that layer) the LOD system of the GUI (or whatever it is :-)) removes the sprite very early. If I zoom very close to the object it is displayed again.