Game Development Community

Changing Draw Distance/ Max Cap

by Scott H · in Torque Game Engine · 08/09/2010 (5:51 am) · 3 replies

Is there a way without needing source to increase the draw/max cap range of the camera?

#1
08/09/2010 (11:05 am)
Your Sky-Object has the property visibleDistance.
#2
08/09/2010 (11:22 am)
Your a legend, cheers mate. I was looking through the camera script because that seemed logical, but skys good too i guess
#3
08/09/2010 (12:09 pm)
I see you have Torque 3D. Then you should look into your LevelInfo-Object under the MissionGroup. There is the property "visibleDistance".

In TGE it is a little bit different.