You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you've rotated the 3D view around 180 degrees, you're viewing the piece from the opposite side as the 2D view. I'd like a button on the 2D view so it's viewing from the same direction.
The cameras in GridDisplay_camera.ts take the current viewpoint and position the camera in the viewpoint.forwardVector direction. This button would toggle that the camera is positioned in the -1 * viewpoint.forwardVector direction.
Possible icons to use:
mdi-rotate-right
mdi-rotate-360
mdi-axis-z-rotate-clockwise
The text was updated successfully, but these errors were encountered:
If you've rotated the 3D view around 180 degrees, you're viewing the piece from the opposite side as the 2D view. I'd like a button on the 2D view so it's viewing from the same direction.
The cameras in
GridDisplay_camera.ts
take the current viewpoint and position the camera in theviewpoint.forwardVector
direction. This button would toggle that the camera is positioned in the-1 * viewpoint.forwardVector
direction.Possible icons to use:
mdi-rotate-right
mdi-rotate-360
mdi-axis-z-rotate-clockwise
The text was updated successfully, but these errors were encountered: