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

  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/values/
SpawnShapeValue.java 13 public RangedNumericValue xOffsetValue, yOffsetValue, zOffsetValue;
18 zOffsetValue = new RangedNumericValue();
31 if (zOffsetValue.active) vector.z += zOffsetValue.newLowValue();
44 zOffsetValue.load(shape.zOffsetValue);
54 json.writeValue("zOffsetValue", zOffsetValue);
62 zOffsetValue = json.readValue("zOffsetValue", RangedNumericValue.class, jsonData)
    [all...]
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/
SpawnInfluencerPanel.java 102 zPanel.setValue(spawnShapeValue.zOffsetValue);
219 addContent(i++, 0, zPanel = new RangedNumericPanel(editor, pointSpawnShapeValue.zOffsetValue, "Z Offset", "Amount to offset a particle's starting Z location, in world units.", false));
EffectPanel.java 284 pointSpawnShapeValue.zOffsetValue.setLow(0, 1f);
285 pointSpawnShapeValue.zOffsetValue.setActive(true);
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/
ParticleControllerTest.java 163 pointSpawnShapeValue.zOffsetValue.setLow(0, 1f);
164 pointSpawnShapeValue.zOffsetValue.setActive(true);

Completed in 52 milliseconds