jMonkeyEngine / jMonkeyEngine/sdk
Attaching a light probe to a geometry throws exception and cant be removed from node.
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 348
- Forks
- 104
- Avg merge
- 4d 13h
- Merged PRs (30d)
- 3
Description
Attaching a light probe to the geometry will throw this exception.
SEVERE [com.jme3.gde.core.scene.SceneApplication]: Scene graph is not properly updated for rendering.
State was changed after rootNode.updateGeometricState() call.
Make sure you do not modify the scene from another thread!
Problem spatial name: PBRCube
java.lang.IllegalStateException: Scene graph is not properly updated for rendering.
State was changed after rootNode.updateGeometricState() call.
Make sure you do not modify the scene from another thread!
Understandable, but the attached lightprobe cannot be removed without restarting the SDK after delete.
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
Reproduce the light-probe attachment on the PBRCube geometry in the SDK and inspect the SceneApplication error about scene-graph updates and thread changes. Verify that the light probe can be removed from the node without restarting the SDK, and confirm the exception no longer occurs during rendering.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- computer-graphics, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100