OSDN Git Service

three.jsをThirdPartyに追加
[webglgame/webgl_framework.git] / webglFramework / Thirdparty / three.js-master / docs / api / constants / Animation.html
diff --git a/webglFramework/Thirdparty/three.js-master/docs/api/constants/Animation.html b/webglFramework/Thirdparty/three.js-master/docs/api/constants/Animation.html
new file mode 100644 (file)
index 0000000..f8914d7
--- /dev/null
@@ -0,0 +1,39 @@
+<!DOCTYPE html>
+<html lang="en">
+       <head>
+               <meta charset="utf-8" />
+               <base href="../../" />
+               <script src="list.js"></script>
+               <script src="page.js"></script>
+               <link type="text/css" rel="stylesheet" href="page.css" />
+       </head>
+       <body>
+               <h1>Animation Constants</h1>
+
+               <h2>Loop Modes</h2>
+    
+               <code>
+THREE.LoopOnce
+THREE.LoopRepeat
+THREE.LoopPingPong
+               </code>
+
+    <h2>Interpolation Modes</h2>
+    <code>
+THREE.InterpolateDiscrete
+THREE.InterpolateLinear
+THREE.InterpolateSmooth
+    </code>
+
+    <h2>Ending Modes</h2>
+    <code>
+THREE.ZeroCurvatureEnding
+THREE.ZeroSlopeEnding
+THREE.WrapAroundEnding
+    </code>
+
+               <h2>Source</h2>
+
+               [link:https://github.com/mrdoob/three.js/blob/master/src/constants.js src/constants.js]
+       </body>
+</html>