Add rotation around x-axis and y-axis to TextLayer
Open
Nobody has claimed this yet.
feature
- Dominant language
- TypeScript
- Stars
- 14.6k
- Forks
- 2.3k
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 42
Description
Target Use case
Display text with desired rotation around x,y,z axis using TextLayer.
Proposed feature
Add ability to rotate text that is not billboard around x-axis and y-axis. Currently it is only possible to rotate around z-axis using getAngle()
To Do List
- Add label and assign to milestone
- Coding
- Doc update
- What’s new update
- Test
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
Start by locating TextLayer and the current getAngle() rotation path, then trace how non-billboard text rotation is handled. Confirm the requested x-axis and y-axis behavior alongside the existing z-axis rotation, and complete the documentation and tests listed in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100