OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rotationlerpfactor
(Results
1 - 1
of
1
) sorted by null
/external/jmonkeyengine/engine/src/core/com/jme3/input/
ChaseCamera.java
71
protected float
rotationLerpFactor
= 0;
424
rotationLerpFactor
= Math.min(
rotationLerpFactor
+ tpf * tpf * rotationSensitivity, 1);
425
rotation = FastMath.interpolateLinear(
rotationLerpFactor
, rotation, targetRotation);
428
rotationLerpFactor
= 0;
Completed in 75 milliseconds