| Class | Description |
|---|---|
| AbstractOrderingStrategy |
An ordering strategy is a
Comparator for AbstractDrawables
that may compute the priority between AbstractDrawables d1 and d2. |
| BarycentreOrderingStrategy |
The
BarycentreOrderingStrategy compare two AbstractDrawables by computing
their respective distances to the Camera, which must be referenced prior to any
comparison. |
| DefaultOrderingStrategy |
The default ordering strategy let drawables be displayed in their original order and as thus no computation cost.
|
| PointOrderingStrategy |
Copyright © 2016. All rights reserved.