OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TMP_V1
(Results
1 - 7
of
7
) sorted by null
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/batches/
BillboardParticleBatch.java
35
protected static final Vector3
TMP_V1
= new Vector3(),
453
TMP_V1
.set(vx, vy, vz).nor();
454
putVertex(vertices, baseOffset, px, py, pz, u, v2, -sx, -sy, cosRotation, sinRotation, r, g, b, a,
TMP_V1
);
456
putVertex(vertices, baseOffset, px, py, pz, u2, v2, sx, -sy, cosRotation, sinRotation, r, g, b, a,
TMP_V1
);
458
putVertex(vertices, baseOffset, px, py, pz, u2, v, sx, sy, cosRotation, sinRotation, r, g, b, a,
TMP_V1
);
460
putVertex(vertices, baseOffset, px, py, pz, u, v, -sx, sy, cosRotation, sinRotation, r, g, b, a,
TMP_V1
);
501
Vector3 up =
TMP_V1
.set(vx,vy,vz).nor(),
510
putVertex(vertices, baseOffset, TMP_V6.set(-
TMP_V1
.x-TMP_V2.x, -
TMP_V1
.y-TMP_V2.y, -
TMP_V1
.z-TMP_V2.z).mul(TMP_M3).add(px, py, pz), u, v2, r, g, b, a)
[
all
...]
PointSpriteParticleBatch.java
33
protected static final Vector3
TMP_V1
= new Vector3();
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/influencers/
SpawnInfluencer.java
49
spawnShapeValue.spawn(
TMP_V1
, controller.emitter.percent);
50
TMP_V1
.mul(controller.transform);
51
positionChannel.data[i+ParticleChannels.XOffset] =
TMP_V1
.x;
52
positionChannel.data[i+ParticleChannels.YOffset] =
TMP_V1
.y;
53
positionChannel.data[i+ParticleChannels.ZOffset] =
TMP_V1
.z;
DynamicsModifier.java
19
protected static final Vector3
TMP_V1
= new Vector3(),
44
Vector3 axisZ =
TMP_V1
.set( accellerationChannel.data[accelOffset +ParticleChannels.XOffset],
47
axisY = TMP_V2.set(
TMP_V1
).crs(Vector3.Y).nor().crs(
TMP_V1
).nor(),
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/
ParticleControllerComponent.java
18
protected static final Vector3
TMP_V1
= new Vector3(),
ParticleSorter.java
12
static final Vector3
TMP_V1
= new Vector3();
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/values/
PrimitiveSpawnShapeValue.java
11
protected static final Vector3
TMP_V1
= new Vector3();
Completed in 116 milliseconds