-
Enhancement
-
Resolution: Unresolved
-
P4
-
8
-
None
Currently, only Nodes that are not part of any scene are released eagerly by calling PGNode.release().
This can be improved by releasing invisible nodes, occluded nodes or nodes outside of the scene.
Some heuristics must be implemented to avoid releases of nodes that are constantly reused (like cells in VirtualFlow).
This can be improved by releasing invisible nodes, occluded nodes or nodes outside of the scene.
Some heuristics must be implemented to avoid releases of nodes that are constantly reused (like cells in VirtualFlow).
- relates to
-
JDK-8100710 Need mechanism for PG nodes to know when they are no longer part of a scene graph
-
- Resolved
-