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

[Code] setup camera movement #27

Closed
wants to merge 4 commits into from
Closed

[Code] setup camera movement #27

wants to merge 4 commits into from

Conversation

Tch1b0
Copy link
Member

@Tch1b0 Tch1b0 commented Feb 15, 2022

Fixes #3

  • To move the camera, you now need to hold the right mouse button and move your mouse.
  • You can between rotating-camera and top-down-camera, by pressing v

@Kjarrigan
Copy link
Collaborator

Kjarrigan commented Feb 15, 2022

Personally I think the rotation is way too fast. Even slight movement of and I'm playing helicopter. Setting Rotation to 0.5 is a bit better but maybe even less would be more suitable. But it seems like you set 0.5 as minimum.

Also I'm unsure about the some in/out via forward/backward. It's not that easy to move your mouse exactly only left and right so when just wanting to check the other side of the board I'll also accidentally change the angle and once or twice it felt weird to get my original position back. So maybe only do the rotation via RMB and use the Mouse-Wheel for the Zoom?

Would also be nice to get the Keyboard Keys working again. So WASD and Arrow Keys for Rotation and Zoom.

@Tch1b0
Copy link
Member Author

Tch1b0 commented Feb 19, 2022

  • Camera can be controlled via w a s d
  • Camera can be controlled via holding right click and moving the mouse
  • rotation-speed can be adjusted

@RaphaelPour
Copy link
Contributor

Should we drop this?

I rebased it against our current main and tried it out. Yeah, you can move the camera to interesting angles and switch the prespective by pressing V. But I don't see much advantages over our current more "static" camera.

@Tch1b0
Copy link
Member Author

Tch1b0 commented Feb 20, 2022

Not needed anymore

@Tch1b0 Tch1b0 closed this Feb 20, 2022
@RaphaelPour RaphaelPour deleted the setup-camera-movement branch August 19, 2023 13:57
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

Successfully merging this pull request may close these issues.

[Code] Setup Camera-Movement
3 participants