Can someone explain how moving the view works? It seems to not be positioned absolutely… I am matching some camera / car moves in a video with a 3D object. For one shot I had to move the view from it’s initial x loc of 100 to 700. I used myView.x = 700
That worked fine, but resetting it doesn’t work the same it seems. Just setting the x back to 100 doesn’t give me the initial position…
What am I doing wrong?