OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:spawnHeightDiff
(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
;
77
spawnHeightDiff
= spawnHeightValue.newHighValue();
78
if (!spawnHeightValue.isRelative())
spawnHeightDiff
-= spawnHeight;
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
ParticleEmitter.java
76
private float spawnHeight,
spawnHeightDiff
;
364
spawnHeightDiff
= spawnHeightValue.newHighValue();
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 78 milliseconds