Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In first person view, looking to left/right requires to move the mouse #66

Open
DavidBruant opened this issue Oct 12, 2014 · 1 comment

Comments

@DavidBruant
Copy link
Contributor

Previously, just having the pointer in either direction was enough for the view to move. Now, the mouse needs to be moved for the camera to turn.

@bleucitron
Copy link
Contributor

It is due to the previous refactoring for rendering optimization. There is no more requestAnimationFrame called for the mouseMove event. That behavior is far from perfect but approximates the classic FPS head movement better than the former behavior (in my opinion). This is easy to change, but the question is: which solution is more ergonomic (given that pointerlock is not available)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants