OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:meshjump
(Results
1 - 1
of
1
) sorted by null
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
Stripifier.java
53
float
meshJump
;
392
startPoint = (int) (((float) numFaces - 1) *
meshJump
);
395
startPoint = (int) (((float) numFaces - 1) *
meshJump
);
397
//
meshJump
+= 0.1f;
398
//if (
meshJump
> 1.0f)
399
//
meshJump
= .05f;
417
// update the
meshJump
418
meshJump
+= 0.1f;
419
if (
meshJump
> 1.0f)
420
meshJump
= .05f;
[
all
...]
Completed in 159 milliseconds