-
Notifications
You must be signed in to change notification settings - Fork 55
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
More control keys? #268
Comments
Hi, thanks for the issue! Yeah, this is on our radar. We'd like to improve the camera controls, but it might take some time. @mehdikhfifi has been looking into it and might be able to comment. If you'd like to maintain a fork in the meantime with your preferred camera controls, here's where the keys are bound: viser/src/viser/client/src/CameraControls.tsx Lines 130 to 189 in 3d30259
|
I've recently just finished implementing FPS camera controls. Pull from #274 and you should be able to press p(lowercase) and you should be able to switch between orbit controls and first person controls. Let me know if there are any issues. |
I write a small client followed overwrite this method:
def viewer_render_fn(camera_state: nerfview.CameraState, img_wh: Tuple[int, int]):
....
However I can only use WASDQE to move along x,y,z axis, and up down lef right arrow key to rotate along x and z axis. But there's no key for to control camera rotate along Y axis (Yaw angle). By the way, will the viser support more controlling methods like in an FPS game?
The text was updated successfully, but these errors were encountered: