OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:scaleChannel
(Results
1 - 6
of
6
) sorted by null
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/renderers/
BillboardControllerRenderData.java
10
scaleChannel
,
ModelInstanceControllerRenderData.java
12
scaleChannel
,
PointSpriteControllerRenderData.java
10
scaleChannel
,
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/influencers/
ParticleControllerFinalizerInfluencer.java
14
FloatChannel positionChannel,
scaleChannel
, rotationChannel;
25
scaleChannel
= controller.particles.getChannel(ParticleChannels.Scale);
27
hasScale =
scaleChannel
!= null;
42
float scale = hasScale ?
scaleChannel
.data[i] : 1;
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/batches/
PointSpriteParticleBatch.java
104
FloatChannel
scaleChannel
= data.
scaleChannel
;
124
vertices[offset + CPU_SIZE_AND_ROTATION_OFFSET] =
scaleChannel
.data[p*
scaleChannel
.strideSize];
BillboardParticleBatch.java
374
FloatChannel
scaleChannel
= data.
scaleChannel
;
381
float scale =
scaleChannel
.data[p*
scaleChannel
.strideSize];
419
FloatChannel
scaleChannel
= data.
scaleChannel
;
427
float scale =
scaleChannel
.data[p*
scaleChannel
.strideSize];
468
FloatChannel
scaleChannel
= controller.particles.getChannel(ParticleChannels.Scale);
477
float scale =
scaleChannel
.data[p* scaleChannel.strideSize]
[
all
...]
Completed in 108 milliseconds