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.
#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.
Torque Owner Jemand den es nicht gibt
If I create a new project, add some image maps and drag static sprites into the scene they are there.