Searched refs:totalFrames (Results 1 – 7 of 7) sorted by relevance
120 protected int totalFrames; field in AnimationFactory167 totalFrames = (int) (fps * duration) + 1; in AnimationFactory()169 times = new float[totalFrames]; in AnimationFactory()170 translations = new Vector3f[totalFrames]; in AnimationFactory()171 rotations = new Quaternion[totalFrames]; in AnimationFactory()172 scales = new Vector3f[totalFrames]; in AnimationFactory()173 keyFramesTranslation = new Vector3f[totalFrames]; in AnimationFactory()175 keyFramesScale = new Vector3f[totalFrames]; in AnimationFactory()177 keyFramesRotation = new Rotation[totalFrames]; in AnimationFactory()335 if (keyFrameIndex < 0 || keyFrameIndex > totalFrames) { in getTranslationForFrame()[all …]
54 int totalFrames = (int) (fps * animTime); in simpleInitApp() local55 float dT = animTime / totalFrames, t = 0; in simpleInitApp()56 float dX = totalXLength / totalFrames, x = 0; in simpleInitApp()57 float[] times = new float[totalFrames]; in simpleInitApp()58 Vector3f[] translations = new Vector3f[totalFrames]; in simpleInitApp()59 Quaternion[] rotations = new Quaternion[totalFrames]; in simpleInitApp()60 Vector3f[] scales = new Vector3f[totalFrames]; in simpleInitApp()61 for (int i = 0; i < totalFrames; ++i) { in simpleInitApp()
108 assertEquals(4, backtrace.totalFrames);131 assertEquals(4, backtrace.totalFrames);149 assertEquals(4, backtrace.totalFrames);
79 assertEquals(2, backtrace.totalFrames);
2042 if (body.totalFrames == 0) {2046 (body.toFrame - 1) + ' of ' + body.totalFrames + '\n';
1886 totalFrames: total_frames property1929 totalFrames: total_frames, property
1473 virtual bool SetFrames( int totalFrames );