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

  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/values/
PrimitiveSpawnShapeValue.java 19 protected float spawnHeight, spawnHeightDiff;
76 spawnHeight = spawnHeightValue.newLowValue();
78 if (!spawnHeightValue.isRelative()) spawnHeightDiff -= spawnHeight;
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
ParticleEmitter.java 76 private float spawnHeight, spawnHeightDiff;
363 spawnHeight = spawnHeightValue.newLowValue();
365 if (!spawnHeightValue.isRelative()) spawnHeightDiff -= spawnHeight;
455 float height = spawnHeight + (spawnHeightDiff * spawnHeightValue.getScale(percent));
462 float height = spawnHeight + (spawnHeightDiff * spawnHeightValue.getScale(percent));
505 float height = spawnHeight + (spawnHeightDiff * spawnHeightValue.getScale(percent));
    [all...]

Completed in 659 milliseconds