Uses of Interface
com.badlogic.gdx.graphics.g3d.decals.GroupStrategy
-
Packages that use GroupStrategy Package Description com.badlogic.gdx.graphics.g3d.decals -
-
Uses of GroupStrategy in com.badlogic.gdx.graphics.g3d.decals
Classes in com.badlogic.gdx.graphics.g3d.decals that implement GroupStrategy Modifier and Type Class Description classCameraGroupStrategyMinimalistic grouping strategy that splits decals into opaque and transparent ones enabling and disabling blending as needed.classPluggableGroupStrategyThis class in combination with theGroupPlugsallows you to build a modularGroupStrategyout of routines you already implemented.classSimpleOrthoGroupStrategyMinimalistic grouping strategy useful for orthogonal scenes where the camera faces the negative z axis.Methods in com.badlogic.gdx.graphics.g3d.decals with parameters of type GroupStrategy Modifier and Type Method Description voidDecalBatch. setGroupStrategy(GroupStrategy groupStrategy)Sets theGroupStrategyusedConstructors in com.badlogic.gdx.graphics.g3d.decals with parameters of type GroupStrategy Constructor Description DecalBatch(int size, GroupStrategy groupStrategy)DecalBatch(GroupStrategy groupStrategy)Creates a new DecalBatch using the givenGroupStrategy.
-