OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ModelInstanceParticleBatch
(Results
1 - 4
of
4
) sorted by null
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/batches/
ModelInstanceParticleBatch.java
12
public class
ModelInstanceParticleBatch
implements ParticleBatch<ModelInstanceControllerRenderData> {
15
public
ModelInstanceParticleBatch
() {
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/renderers/
ModelInstanceRenderer.java
9
import com.badlogic.gdx.graphics.g3d.particles.batches.
ModelInstanceParticleBatch
;
13
* as {@link ModelInstance} to a {@link
ModelInstanceParticleBatch
}.
15
public class ModelInstanceRenderer extends ParticleControllerRenderer<ModelInstanceControllerRenderData,
ModelInstanceParticleBatch
> {
21
public ModelInstanceRenderer(
ModelInstanceParticleBatch
batch){
84
return batch instanceof
ModelInstanceParticleBatch
;
ParticleControllerControllerRenderer.java
8
import com.badlogic.gdx.graphics.g3d.particles.batches.
ModelInstanceParticleBatch
;
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/
FlameMain.java
80
import com.badlogic.gdx.graphics.g3d.particles.batches.
ModelInstanceParticleBatch
;
358
else if(renderer instanceof
ModelInstanceParticleBatch
){
639
ModelInstanceParticleBatch
modelInstanceParticleBatch
;
663
modelInstanceParticleBatch
= new
ModelInstanceParticleBatch
();
667
particleSystem.add(
modelInstanceParticleBatch
);
772
stringBuilder.append("Model Instances : ").append(
modelInstanceParticleBatch
.getBufferedCount());
[
all
...]
Completed in 784 milliseconds