-
Notifications
You must be signed in to change notification settings - Fork 186
Description
Description π
We would love to be able to walk through our models.
I've seen it request before with some helpful insights as to how to create it ourselves:
#12
But the community is still requesting this functionality so I figured it's a good thing to have in the library itself:
https://people.thatopen.com/c/ask-the-community/wasd-navigation
Suggested solution π‘
I propose the following:
WASD navigation like in games, moving the first-person camera on the horizontal plane.
Q & E controls as a bonus to move the camera up and down. This way, the user is free to navigate to different levels in their buildings.
Alternative β
The simpler Q & E controls avoid implementing a slightly more involved approach where the user has to be able to toggle between levels that are defined in their models.
Additional context βοΈ
No response
Validations β
- Read the docs.
- Check that there isn't already an issue that requests the same feature to avoid creating a duplicate.