Camera Position?

Started by VectorWorlds, January 15, 2020, 05:11:49 PM

Previous topic - Next topic

VectorWorlds

Hello,

I've looked through the manual, but maybe I missed it.  I was wondering is there a get function for retrieving the current x,y,z position of the camera?

Thanks,


Andrew

Vectrex32

If you pass an array to CameraTranslate, then that array is live data. You can move the camera by changing the array, and see where the camera is by reading the array.

- Bob

VectorWorlds

That makes perfect sense.  Thanks Bob.