OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Billboard
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/
ParticleShader.java
46
Billboard
,
65
public ParticleType type = ParticleType.
Billboard
;
215
if(config.type == ParticleType.
Billboard
){
216
prefix +="#define
billboard
\n";
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/
FlameMain.java
149
Billboard
( "
Billboard
", new InfluencerWrapper[]{
238
type = ControllerType.
Billboard
;
331
return new RegionInfluencerPanel(this, "
Billboard
Single Region Influencer",
335
return new RegionInfluencerPanel(this, "
Billboard
Animated Region Influencer",
339
return new RegionInfluencerPanel(this, "
Billboard
Random Region Influencer",
737
effectPanel.createDefaultEmitter(ControllerType.
Billboard
, true, true);
[
all
...]
Completed in 47 milliseconds