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

Navigation cube is labelled incorrectly #2123

Open
hannobraun opened this issue Dec 6, 2023 · 0 comments
Open

Navigation cube is labelled incorrectly #2123

hannobraun opened this issue Dec 6, 2023 · 0 comments
Labels
help wanted Extra attention is needed topic: display Displaying Fornjot models type: bug Something isn't working

Comments

@hannobraun
Copy link
Owner

Here's what it looks like to display the cuboid model without moving the camera:

Screenshot from 2023-12-06 11-59-48

The navigation cube up-right shows "Front", but this is not correct. In its initial position, the camera looks down along the z-axis, so it should read "Top".

Here's the full list of directions, and how they should be labelled:

  • Negative X: Left
  • Positive X: Right
  • Negative Y: Front
  • Positive Y: Rear
  • Negative Z: Bottom
  • Positive Z: Top

The navigation cube is implemented in the fj-viewer crate:

I don't know this code very well, so I can't provide much guidance. But none of this is very intertwined with other Fornjot code, so I hope anyone with some wgpu and/or general graphics expertise could pick this up.

@hannobraun hannobraun added type: bug Something isn't working help wanted Extra attention is needed topic: display Displaying Fornjot models labels Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed topic: display Displaying Fornjot models type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant