Uses of Class
com.badlogic.gdx.graphics.g3d.attributes.DepthTestAttribute
-
Packages that use DepthTestAttribute Package Description com.badlogic.gdx.graphics.g3d.attributes com.badlogic.gdx.graphics.g3d.particles.batches -
-
Uses of DepthTestAttribute in com.badlogic.gdx.graphics.g3d.attributes
Constructors in com.badlogic.gdx.graphics.g3d.attributes with parameters of type DepthTestAttribute Constructor Description DepthTestAttribute(DepthTestAttribute rhs) -
Uses of DepthTestAttribute in com.badlogic.gdx.graphics.g3d.particles.batches
Fields in com.badlogic.gdx.graphics.g3d.particles.batches declared as DepthTestAttribute Modifier and Type Field Description protected DepthTestAttributeBillboardParticleBatch. depthTestAttributeprotected DepthTestAttributePointSpriteParticleBatch. depthTestAttributeConstructors in com.badlogic.gdx.graphics.g3d.particles.batches with parameters of type DepthTestAttribute Constructor Description BillboardParticleBatch(ParticleShader.AlignMode mode, boolean useGPU, int capacity, BlendingAttribute blendingAttribute, DepthTestAttribute depthTestAttribute)Create a new BillboardParticleBatchPointSpriteParticleBatch(int capacity, ParticleShader.Config shaderConfig, BlendingAttribute blendingAttribute, DepthTestAttribute depthTestAttribute)
-