Model Texture fades when the camera gets close to the model
by Kyle Hagin · in Torque Game Engine · 05/23/2010 (9:39 pm) · 2 replies
I am using TGE 1.5.2 and I just bought the Real Zombies Pack from 3DRT. I have the new models in the game and they look good but when the camera gets close to the model the texture fades away and you can see the grey model underneath but you can still see a translucent version of the texture.
I get no warnings or errors in the console.
I get no warnings or errors in the console.
About the author
www.bplusgames.com
#2
emap = false;
Thanks again for the help!
05/24/2010 (6:11 pm)
Thanks for the tip. I found it. It was the environment mapping stuff... not sure what the root cause was but to turn off environment mapping is easy to do for a data block. In the player data block i just madeemap = false;
Thanks again for the help!
Torque 3D Owner Scooby Brown