diff options
author | Sven Göthel <[email protected]> | 2024-01-16 08:05:27 +0100 |
---|---|---|
committer | Sven Göthel <[email protected]> | 2024-01-16 08:05:27 +0100 |
commit | 3336d930e991679eadaa1ff4068cb8d23562b42c (patch) | |
tree | caacf6ab6283c6057094d582fc8ce7a530f2853b /src/jogl/classes/com/jogamp/math/geom/AABBox.java | |
parent | a8cf4cd506297cd05175e43eeefa4e6d7eabb960 (diff) |
GraphUI Enhance Clipping: Drop 'cullingScale' param, a simple intersection-test against 'clipBox' to discard whole shapes if completely outside is enough.
Commit f06fe57b0ae738870a61700ff2c65680102d9e73 turns out addition of using `clipbBox*cullingScale` for the AABBox contains test
was not required to render the new Glyphs in the FontView01 demo 'in time'.
A simple intersection-test against 'clipBox' to discard shapes if completely outside is enough,
hence dropping the 'cullingScale' parameter - simplifying.
Diffstat (limited to 'src/jogl/classes/com/jogamp/math/geom/AABBox.java')
0 files changed, 0 insertions, 0 deletions