- Home /
3rd person orbiting camera in vr
I'm trying to make a vr platformer completely in 3rd person but I'm having trouble getting the camera to orbit around my player. my player can move wherever the hmd is pointing and the camera will follow from the fixed offset i started it at but I'm not sure how id go about programming the camera's rotation.
Answer by rh_galaxy · May 01, 2020 at 02:05 PM
To reduce VR-sickness you should not rotate the camera, only update the position and let the user rotate his head on his own.
But if you really want to you can put the Camera in a container object and then rotate the container. For example:
Your answer
Follow this Question
Related Questions
How Can Limit Camera Rotation of CardBoard Vr ? 0 Answers
3rd Person Camera,How would I make it so that the character will turn the way of the camera? 0 Answers
How to stop 3rd person camera going throught walls ? 1 Answer
Object Movement in Camera facing direction 0 Answers
VR camera rotation 1 Answer