Z-axis not static on rotation change
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 17.6k
- Forks
- 4.4k
- PR merge metrics
- No merged PRs in 30d
Description
Description:
- A-Frame Version: 0.9.2
- Platform / Device:
- Reproducible Code Snippet or URL:
When I manipulate x- or y-rotation of e.g. an a-plane entity, the changes of the z-rotation value causes a different orientation change, than expected (the z-axis seems to move and not to be static).
The following screenshots show, that when the x-rotation is 90°, changing y-rotation has the same effect as changing the z-rotation (z seems to be -y):
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue with an A-Frame a-plane entity by setting x-rotation to 90° and changing the y- and z-rotation values. Trace the rotation handling from that entity behavior; done means the z-axis remains static and changing y-rotation no longer produces the same orientation change as z-rotation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- web-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100