PanPosition vs. moving the camera
by Tom Testa · in Torque Game Builder · 06/25/2007 (11:02 am) · 2 replies
Hi,
A quick question on tile maps. If I was doing a simple Ultima I-V tile style game, does it make a difference using pan position as apposed to moving the camera to handle scrolling?
I can see that scrolling could be done by both, and I'm wondering if there was ever a reason you would want to use PanPosition as apposed to moving the camera.
Thanks
A quick question on tile maps. If I was doing a simple Ultima I-V tile style game, does it make a difference using pan position as apposed to moving the camera to handle scrolling?
I can see that scrolling could be done by both, and I'm wondering if there was ever a reason you would want to use PanPosition as apposed to moving the camera.
Thanks
About the author
#2
06/26/2007 (8:37 am)
Thanks for the info. I was wondering what PanPosition was for. This clears it up.
Torque Owner Adam Larson
Definitely no reason to use it for anu Ultima style game. Moving the camera is much simpler.