Game Development Community

Orthographic Views

by Greg G · in Torque 3D Professional · 05/24/2009 (2:05 pm) · 6 replies

Hey what happened to the orthographic views such as Isometric, side, front, ect... that were in TGEA. They appear to have been removed in Torque 3D.

#1
05/24/2009 (2:41 pm)
I found out they are still there you just need to type:

EWorldEditor.setDisplayType(#);

Where # is the display mode number (there are a total of 9 that I could find)
#2
05/24/2009 (3:15 pm)
Awesome!! hope they add it to the GUI
#3
05/25/2009 (3:11 pm)
How can i do that ?
#4
05/25/2009 (3:21 pm)
just call the above in the console while "ingame", replacing # with a number from 1 to 9
#5
05/26/2009 (1:48 pm)
Tanks ... and sorry for the question (it was quite obvious!)
#6
09/09/2009 (4:06 pm)
I'm having an issue rendering the gizmo in orthographic view. More info here.