hannobraun / fornjot

Early-stage b-rep CAD kernel, written in the Rust programming language.
https://www.fornjot.app/
Other
2.01k stars 113 forks source link

Navigation cube is labelled incorrectly #2123

Closed hannobraun closed 2 months ago

hannobraun commented 9 months ago

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:

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 commented 2 months ago

This was addressed by @thestig4242 in #2409!