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

Coordinate System Mismatch Between OpenSCAD and Model-Viewer #53

Open
01miaom opened this issue Aug 9, 2024 · 0 comments
Open

Coordinate System Mismatch Between OpenSCAD and Model-Viewer #53

01miaom opened this issue Aug 9, 2024 · 0 comments

Comments

@01miaom
Copy link

01miaom commented Aug 9, 2024

Models created in OpenSCAD do not rotate correctly in Model-Viewer due to differing coordinate systems. Specifically, in Model-Viewer, the Y-axis seems to correspond to the Z-axis in OpenSCAD. This mismatch causes models to rotate diagonally instead of around the expected axes.

To correctly rotate models in Model-Viewer, a rotate([-90, 0, 0]) adjustment is required in OpenSCAD.

Would it be possible to consider incorporating automatic rotation adjustments to account for this coordinate system mismatch directly into the code? This would help ensure consistent rotation behavior between OpenSCAD and Model-Viewer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant