-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 8
-
Component/s: javafx
The local-to-scene transform can be optimized so that it
- is not computed when not necessary (currently is computed always unless there is a listener)
- reuses instances where possible (currently new instances are created everywhere)
- uses computation optimizations based on state similarly to Affine
- is not computed when not necessary (currently is computed always unless there is a listener)
- reuses instances where possible (currently new instances are created everywhere)
- uses computation optimizations based on state similarly to Affine