-
Notifications
You must be signed in to change notification settings - Fork 7
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
Cuboids #43
base: main
Are you sure you want to change the base?
Cuboids #43
Conversation
Gonna wait with reviewing this until #36 is merged |
@Froggy618157725 please rebase |
This will cause utility shapes to be visible within things like havok volumes, making them useful when visualizing the play area bounds. Not a perfect solution, but much nicer for common use cases.
Some menu spawns weren't checking for finite coordinates. Also cleaned up some other things just 'cause.
Cuboids can have any individual face adjusted by the scale gizmo. They are limited to right angles.
113fb2a
to
8be7b87
Compare
The adjustments in "Add bidirectional scaling to the Gizmo" don't currently always work right. They're sometimes reversed. I haven't looked too much into that yet. |
@Froggy618157725 scaling the cuboid using the gizmo doesn't play well with rotation |
Yeah :/ Probably grabbing the wrong matrix somewhere. Consequences of duck taping together 3 gizmos and pretending it's fine XD |
@Froggy618157725 if you disable rotation on the cuboid's transform then we can merge this so you can figure out the rotation issue later. Or not, it's up to you : ) |
Will fix nicer gizmo later
8be7b87
to
9b4579d
Compare
Adding Cuboid Utility objects. They can have each face adjusted independently by the scaling gizmo.