FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Only apply position and orientation of spatial anchor space to anchored entity by mrxz · Pull Request #5633 · aframevr/aframe · GitHub

Only apply position and orientation of spatial anchor space to anchored entity - #5633

Merged
dmarcos merged 1 commit into
aframevr:masterfrom
mrxz:spatial-anchor-scale
Jan 20, 2025
Merged

Only apply position and orientation of spatial anchor space to anchored entity#5633
dmarcos merged 1 commit into
aframevr:masterfrom
mrxz:spatial-anchor-scale

Conversation

mrxz commented Jan 20, 2025

Copy link
Copy Markdown
Contributor

Description:
As reported in #5630 the anchored component would set the scale to 1, despite only needing to position and orientate the entity based on the spatial anchor's pose. This PR replaces the matrix decomposition with a straightforward copy of the position and orientation, leaving the scale of the entity as-is.

Fixes #5630

Changes proposed:

  • Only apply position and orientation of spatial anchor space to anchored entity

dmarcos commented Jan 20, 2025

Copy link
Copy Markdown
Member

Thanks!

dmarcos merged commit c854fd5 into aframevr:master Jan 20, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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

Successfully merging this pull request may close these issues.

Using spatial anchor causes scale to get overruled

2 participants


Back | FazBrowse Home | New Git URL