Camera does not move

Hi,


I am using the latest version 17.6.0.0, and I am having a hard time being able to orient my camera properly.

I am trying to position the camera, but it does not move. Neither one of these seem to have any effect:

camera.Position = new Vector3(10, 10, 10);
camera.Position.Set(10, 10, 10);

Isn’t the camera supposed to update when position is set?

Thank you,
Havard Sande

Hi Havard,


Thank you for contacting support. You can set up the camera position and target by using the following code example: Setup the Target Camera in a 3D Scene

Have you tried the above code? Did it work for you? Mine is still not working properly