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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()intgetMostRecentDraw(Rect2fc bounds) voidrecordDraw(Rect2fc bounds, int order)
-
Constructor Details
-
SimpleBoundsManager
public SimpleBoundsManager()
-
-
Method Details
-
getMostRecentDraw
- Specified by:
getMostRecentDrawin classBoundsManager
-
recordDraw
- Specified by:
recordDrawin classBoundsManager
-
clear
public void clear()- Specified by:
clearin classBoundsManager
-