Package com.badlogic.gdx.graphics.g3d.decals
-
Interface Summary Interface Description GroupPlug Handles a single group's pre and post render arrangements.GroupStrategy This class provides hooks which are invoked byDecalBatchto evaluate the group a sprite falls into, as well as to adjust settings before and after rendering a group. -
Class Summary Class Description CameraGroupStrategy Minimalistic grouping strategy that splits decals into opaque and transparent ones enabling and disabling blending as needed.Decal Represents a sprite in 3d space.DecalBatch Renderer forDecalobjects.DecalMaterial Material used by theDecalclassPluggableGroupStrategy This class in combination with theGroupPlugsallows you to build a modularGroupStrategyout of routines you already implemented.SimpleOrthoGroupStrategy Minimalistic grouping strategy useful for orthogonal scenes where the camera faces the negative z axis.