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

Helper object for AR idea: axis alignment container #325

Closed
ranaya-formant opened this issue Aug 7, 2024 · 1 comment
Closed

Helper object for AR idea: axis alignment container #325

ranaya-formant opened this issue Aug 7, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@ranaya-formant
Copy link

I notice when I add an object in AR using the hit test target, my objects are weirdly rotated. It would be awesome if there was some sort of container that would axis align itself and all its child objects. That way I can just create anchors and not worry about perfectly flat terrain or hand angles.

<AxisAligned>
<Box .../>
</AxisAligned>
@bbohlender bbohlender added the enhancement New feature or request label Aug 8, 2024
@bbohlender
Copy link
Collaborator

When doing hit testing in v6 you can manually get the transformation, and, for instance, discard the rotation, making the object axis aligned.

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

No branches or pull requests

2 participants