Uses of Class
com.badlogic.gdx.graphics.g3d.decals.Decal
-
Packages that use Decal Package Description com.badlogic.gdx.graphics.g3d.decals -
-
Uses of Decal in com.badlogic.gdx.graphics.g3d.decals
Methods in com.badlogic.gdx.graphics.g3d.decals that return Decal Modifier and Type Method Description static DecalDecal. newDecal(float width, float height, TextureRegion textureRegion)Creates a decal using the region for texturingstatic DecalDecal. newDecal(float width, float height, TextureRegion textureRegion, boolean hasTransparency)Creates a decal using the region for texturingstatic DecalDecal. newDecal(float width, float height, TextureRegion textureRegion, int srcBlendFactor, int dstBlendFactor)Creates a decal using the region for texturing and the specified blending parameters for blendingstatic DecalDecal. newDecal(float width, float height, TextureRegion textureRegion, int srcBlendFactor, int dstBlendFactor, DecalMaterial material)Creates a decal using the region for texturing and the specified blending parameters for blendingstatic DecalDecal. newDecal(TextureRegion textureRegion)Creates a decal assuming the dimensions of the texture regionstatic DecalDecal. newDecal(TextureRegion textureRegion, boolean hasTransparency)Creates a decal assuming the dimensions of the texture region and adding transparencyMethods in com.badlogic.gdx.graphics.g3d.decals with parameters of type Decal Modifier and Type Method Description voidDecalBatch. add(Decal decal)Add a decal to the batch, marking it for later renderingintCameraGroupStrategy. decideGroup(Decal decal)intGroupStrategy. decideGroup(Decal decal)Assigns a group to a decalintSimpleOrthoGroupStrategy. decideGroup(Decal decal)Method parameters in com.badlogic.gdx.graphics.g3d.decals with type arguments of type Decal Modifier and Type Method Description voidCameraGroupStrategy. beforeGroup(int group, Array<Decal> contents)voidGroupPlug. beforeGroup(Array<Decal> contents)voidGroupStrategy. beforeGroup(int group, Array<Decal> contents)Invoked directly before rendering the contents of a groupvoidPluggableGroupStrategy. beforeGroup(int group, Array<Decal> contents)voidSimpleOrthoGroupStrategy. beforeGroup(int group, Array<Decal> contents)Constructor parameters in com.badlogic.gdx.graphics.g3d.decals with type arguments of type Decal Constructor Description CameraGroupStrategy(Camera camera, java.util.Comparator<Decal> sorter)
-