Searched refs:rotationValue (Results 1 - 1 of 1) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
H A DParticleEmitter.java44 private ScaledNumericValue rotationValue = new ScaledNumericValue(); field in class:ParticleEmitter
109 rotationValue.load(emitter.rotationValue);
371 if (rotationValue.active && rotationValue.timeline.length > 1) updateFlags |= UPDATE_ROTATION;
416 if (rotationValue.active) {
417 particle.rotation = rotationValue.newLowValue();
418 particle.rotationDiff = rotationValue.newHighValue();
419 if (!rotationValue.isRelative()) particle.rotationDiff -= particle.rotation;
420 float rotation = particle.rotation + particle.rotationDiff * rotationValue
[all...]

Completed in 284 milliseconds