Where are the Rendered Mission Bounds Deffined?
by Greg_ESAL · in Torque Game Engine · 10/10/2006 (7:42 pm) · 1 replies
Does anyone have any idea where the "Red Mission Bounds" are being defined. This is the big red block that deffines the mission area. It is only visible in the Mission editor, and I want to figure out how I can modify its color/rendering.
I am currently working on modify the mission editor for my current project.
Thanks in advance.
I am currently working on modify the mission editor for my current project.
Thanks in advance.
About the author
Torque Owner Gary Preston
In the engine code look for the file "engine/game/missionArea.cc". That is the class MissionArea uses and contains the code for networking the mission area object. The actual rendering as far as the editor is concerned occurs in "missionAreaEditor.cc".