Searched refs:blendStart (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
H A DKinematicRagdollControl.java111 protected float blendStart = 0.0f; field in class:KinematicRagdollControl
230 tmpRot2.set(tmpRot1).nlerp(link.bone.getModelSpaceRotation(), blendStart / blendTime);
231 position2.set(position).interpolate(link.bone.getModelSpacePosition(), blendStart / blendTime);
255 blendStart += tpf;
256 if (blendStart > blendTime) {
738 blendStart = 0;

Completed in 64 milliseconds