-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
View Cube extra #7081
View Cube extra #7081
Conversation
@@ -0,0 +1,457 @@ | |||
import { EventHandler } from '../../core/event-handler.js'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should view-cube.js
really be in the gizmo folder? It's not technically a gizmo (doesn't subclass from it).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I put it in there since it is kind of a gizmo since it allows you to move the camera in the scene but doesnt extend the gizmo class itself. Also the folder contains more than just the raw gizmo classes themselves.
API
Preview