Game Development Community

my model is invisible

by Greaythan · in Torque Game Engine · 02/16/2002 (2:53 pm) · 2 replies

I have done a model which exports well , and wich can be seen in the "showtool".In torque , it is invisible.What's the problem?

#1
02/16/2002 (3:28 pm)
Off of the top of my head I would check to see if you have activated your transparency channel in your objects material, but have also incorrectly setup the alpha channel for your object to be used with opacity/transparency. I would suspect that your alpha channel covers your entire object instead of specific areas. But this is just my assumption, I (and others) would likely need to see your file to give you a perfect answer.

Logan
#2
02/16/2002 (5:38 pm)
You also might want to check your detail levels. You might have an empty detail level in your shape, and the engine might be trying to display it using that detail level.