Vectrex32

General Category => General Discussion => Topic started by: VectorWorlds on January 15, 2020, 05:11:49 PM

Title: Camera Position?
Post by: VectorWorlds on January 15, 2020, 05:11:49 PM
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
Title: Re: Camera Position?
Post by: Vectrex32 on January 15, 2020, 05:26:24 PM
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
Title: Re: Camera Position?
Post by: VectorWorlds on January 15, 2020, 06:13:10 PM
That makes perfect sense.  Thanks Bob.