You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In an earlier version I had this style working.
The camera would stay in a position and update it's lookAt every frame, when the player moved a set distance from the camera it would move along with it.
Problem is now that we have a PC style fixed rig camera it moves as the anchor moves in XZ space and doesn't rotate.
Quick experiments would accept a counter-rotation based approach where as the player moves value A we counter rotate value B.
I can't tell if the distance would effect the calculations for the counter rotation speed.
The text was updated successfully, but these errors were encountered:
In an earlier version I had this style working.
The camera would stay in a position and update it's lookAt every frame, when the player moved a set distance from the camera it would move along with it.
Problem is now that we have a PC style fixed rig camera it moves as the anchor moves in XZ space and doesn't rotate.
Quick experiments would accept a counter-rotation based approach where as the player moves value A we counter rotate value B.
I can't tell if the distance would effect the calculations for the counter rotation speed.
The text was updated successfully, but these errors were encountered: