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

fix: Change to XYZ view in the Axis Gizmo as default, just like blender #4765

Merged
merged 2 commits into from
Sep 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion viewer/packages/tools/src/AxisGizmo/AxisGizmoOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export class AxisGizmoOptions {
public primaryLineWidth = 3; // If 0 invisible
public secondaryLineWidth = 0; // If 0 invisible
public bobbleLineWidth = 2; // If 0 invisible, only used on secondary axis
public useGeoLabels = true; // If true use EW-NS-UD, otherwise use XYZ or -XYZ
public useGeoLabels = false; // If true use EW-NS-UD, otherwise use XYZ or -XYZ
public yUp = false;
public fontSize = '12px';
public fontFamily = 'arial';
Expand Down
Loading