Package icyllis.arc3d.granite.geom
Class SimpleBoundsManager
java.lang.Object
icyllis.arc3d.granite.geom.BoundsManager
icyllis.arc3d.granite.geom.SimpleBoundsManager
A BoundsManager that produces exact painter's order and assumes nothing is occluded.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
int
getMostRecentDraw
(Rect2fc bounds) void
recordDraw
(Rect2fc bounds, int order)
-
Constructor Details
-
SimpleBoundsManager
public SimpleBoundsManager()
-
-
Method Details
-
getMostRecentDraw
- Specified by:
getMostRecentDraw
in classBoundsManager
-
recordDraw
- Specified by:
recordDraw
in classBoundsManager
-
clear
public void clear()- Specified by:
clear
in classBoundsManager
-