bevy/examples/tools/scene_viewer
Aceeri 5566d73d9e Nicer usage for scene viewer (#7035)
# Objective
Scene viewer mouse sensitivity/cursor usage isn't the best it could be atm, so just adding some quick, maybe opinionated, tweaks to make it feel more at home in usage.

## Solution
- Mouse delta shouldn't be affected by delta time, it should be more expected that if I move my mouse 1 inch to the right that it should move the in game camera/whatever is controlled the same regardless of FPS.
- Uses a magic number of 180.0 for a nice default sensitivity, modeled after Valorant's default sensitivity.
- Cursor now gets locked/hidden when rotating the camera to give it more of the effect that you are grabbing the camera.
2022-12-27 00:34:06 +00:00
..
camera_controller_plugin.rs Nicer usage for scene viewer (#7035) 2022-12-27 00:34:06 +00:00
main.rs Organized scene_viewer into plugins for reuse and organization (#6936) 2022-12-25 00:23:13 +00:00
mod.rs Organized scene_viewer into plugins for reuse and organization (#6936) 2022-12-25 00:23:13 +00:00
scene_viewer_plugin.rs Organized scene_viewer into plugins for reuse and organization (#6936) 2022-12-25 00:23:13 +00:00