HomeSort by relevance Sort by last modified time
    Searched defs:colorInfluencer (Results 1 - 2 of 2) sorted by null

  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/
EffectPanel.java 44 import com.badlogic.gdx.graphics.g3d.particles.influencers.ColorInfluencer;
112 ColorInfluencer.Random colorInfluencer = new ColorInfluencer.Random();
134 colorInfluencer,
154 ColorInfluencer.Single colorInfluencer = new ColorInfluencer.Single();
155 colorInfluencer.colorValue.setColors(new float[] {1, 0.12156863f, 0.047058824f, 0,0,0});
156 colorInfluencer.colorValue.setTimeline(new float[] {0, 1})
    [all...]
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/
ParticleControllerTest.java 24 import com.badlogic.gdx.graphics.g3d.particles.influencers.ColorInfluencer;
31 import com.badlogic.gdx.graphics.g3d.particles.influencers.ColorInfluencer.Single;
175 ColorInfluencer.Single colorInfluencer = new ColorInfluencer.Single();
176 colorInfluencer.colorValue.setColors(new float[] {colors[0], colors[1], colors[2], 0,0,0});
177 colorInfluencer.colorValue.setTimeline(new float[] {0, 1});
178 colorInfluencer.alphaValue.setHigh(1);
179 colorInfluencer.alphaValue.setTimeline(new float[] {0, 0.5f, 0.8f, 1});
180 colorInfluencer.alphaValue.setScaling(new float[] {0, 0.15f, 0.5f, 0})
    [all...]

Completed in 94 milliseconds