Sixze / ALS-Refactored

Completely reworked and improved C++ version of Advanced Locomotion System V4.
MIT License
978 stars 273 forks source link

Third Person to First Person camera view point offset? #391

Closed xkamronx closed 1 year ago

xkamronx commented 1 year ago

Would it be possible to fix the view modes so they're both looking at the same position?

If you're in third person and look directly at a point, then swap to first person, it moves where you're looking to the left by a decent amount. This can also be worsened by adjusting the third person camera offset to a large amount.

ameaninglessname commented 1 year ago

Basically, you need to implement the aim lock functionality, which adjust the camera rotation every tick based on current camera location and aim lock point(look at rotation)