Package | Description |
---|---|
com.badlogic.gdx.graphics.g3d.decals |
Modifier and Type | Class and Description |
---|---|
class |
CameraGroupStrategy
Minimalistic grouping strategy that splits decals into opaque and transparent ones enabling and disabling blending as needed.
|
class |
PluggableGroupStrategy
This class in combination with the
GroupPlugs allows you to build a modular GroupStrategy out of
routines you already implemented. |
class |
SimpleOrthoGroupStrategy
Minimalistic grouping strategy useful for orthogonal scenes where the camera faces the negative z axis.
|
Modifier and Type | Method and Description |
---|---|
void |
DecalBatch.setGroupStrategy(GroupStrategy groupStrategy)
Sets the
GroupStrategy used |
Constructor and Description |
---|
DecalBatch(GroupStrategy groupStrategy)
Creates a new DecalBatch using the given
GroupStrategy . |
DecalBatch(int size,
GroupStrategy groupStrategy) |