How to change coordinate in TGB?
by Nusorn Photpipat · in Torque Game Builder · 11/20/2007 (8:36 pm) · 1 replies
I'm starter in TGB and I've some problems,please help me.
How to change coordinate in TGB from default ( center ) to top left coordinate.
thanks you for your reply.
How to change coordinate in TGB from default ( center ) to top left coordinate.
thanks you for your reply.
Torque Owner Nikos Beck
SceneWindow.SetCameraPosition(400, 300);
I think is the way to do it. That way you move the camera such that the origin is in a corner of the screen instead of the center.