jMonkeyEngine / jMonkeyEngine/sdk
Support adding/removing geometries from NormalViewState
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 348
- Forks
- 104
- Avg merge
- 4d 13h
- Merged PRs (30d)
- 3
Description
Supporting removing geometries should be simple enough. In fact I had though the current implementation would work, but it didn't.
Adding is more elaborate since it requires parsing (?) through all existing and checking if any new have appeared in RootNode.
Contributor guide
No contributing guide indexed for this repository
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 NormalViewState and its handling of RootNode geometries. Trace the current update behavior for existing geometry, then define completion as correctly reflecting both removed geometries and newly appearing geometries.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- computer-graphics
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100