cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to freeze the camera and keep tracking of user's head rotations ?

Anonymous
Not applicable
Hello everyone,

I would like to freeze the camera only when the user is between two angles.
But when I do so, I lose the user's head rotations because I use camera.lookAt() to know where the user is gazing.

Do you have any suggestions or ideas to do help me out ?

Thank you,
Antoine.


2 REPLIES 2

Heaney-555
Heroic Explorer
Don't freeze the camera in VR, that's not a good idea.

What are you actually trying to achieve?

Anonymous
Not applicable
Yes I know this is not a good idea but I would like to experiment it.

I'd like to block the user's gaze in a certain part of the video. If the user tries to look outside of an authorized angle, the user's gaze will be blocked until he re-gaze in the angle.

EDIT : I would like to track the user head rotation without having to make the cameras follow this head rotation. Do you think it is possible ? (Actually i didn't find any way to just have 2 headTransform, one froze and the other not for example)