HomeSort by relevance Sort by last modified time
    Searched refs:BlueOffset (Results 1 - 5 of 5) sorted by null

  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/
ParticleChannels.java 123 public static final int RedOffset = 0, GreenOffset =1, BlueOffset = 2, AlphaOffset =3;
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/renderers/
ModelInstanceRenderer.java 69 colorAttribute.color.b = renderData.colorChannel.data[colorOffset +ParticleChannels.BlueOffset];
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/influencers/
ColorInfluencer.java 31 colorChannel.data[i+ParticleChannels.BlueOffset] = MathUtils.random();
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/batches/
PointSpriteParticleBatch.java 122 vertices[offset + CPU_COLOR_OFFSET+2] = colorChannel.data[colorOffset + ParticleChannels.BlueOffset];
BillboardParticleBatch.java 397 float b = colorChannel.data[colorOffset +ParticleChannels.BlueOffset];
444 float b = colorChannel.data[colorOffset +ParticleChannels.BlueOffset];
494 float b = colorChannel.data[colorOffset +ParticleChannels.BlueOffset];
559 float b = colorChannel.data[colorOffset +ParticleChannels.BlueOffset];
623 float b = colorChannel.data[colorOffset +ParticleChannels.BlueOffset];

Completed in 5408 milliseconds