Game Development Community

Disable rendering terrain & objects

by Virtual Campus · in Torque Game Engine · 04/01/2004 (10:31 am) · 1 replies

Is there a function or variable which can turn on or off rendering. Does anyone know if it requires script changing or c++ code?

Thanks,
Tyler

#1
04/02/2004 (7:50 am)
Probably C++ code changes. Check out the various SceneGraph methods; that's where core rendering happens.