Torque Script Orthogonal View?
by Jamie Zephyr · in Torque Game Engine · 01/28/2009 (12:24 pm) · 0 replies
I am trying to create a method of moving torque objects from a top down perspective view. I was wondering if torque script had some sort of orthogonal view to it to allow a user to move objects around on essentially a 2D plane by either editing gui elements (like a 2D graphical editor for the 3D environment) I am trying to creat something similar to what Unreal Editor's orthogonal view allows the user to do. My best guess with my ability level is create 2D gui elements that the user can manipulate which when a button is clicked translates into the 3D view.