Package | Description |
---|---|
com.badlogic.gdx.graphics.g3d.attributes | |
com.badlogic.gdx.graphics.g3d.particles.batches |
Modifier and Type | Method and Description |
---|---|
BlendingAttribute |
BlendingAttribute.copy() |
Constructor and Description |
---|
BlendingAttribute(BlendingAttribute copyFrom) |
Modifier and Type | Field and Description |
---|---|
protected BlendingAttribute |
BillboardParticleBatch.blendingAttribute |
Constructor and Description |
---|
BillboardParticleBatch(ParticleShader.AlignMode mode,
boolean useGPU,
int capacity,
BlendingAttribute blendingAttribute,
DepthTestAttribute depthTestAttribute)
Create a new BillboardParticleBatch
|