|
@@ -8,9 +8,9 @@
|
|
|
<link type="text/css" rel="stylesheet" href="page.css" />
|
|
|
</head>
|
|
|
<body>
|
|
|
- <h1>Animation Constants</h1>
|
|
|
+ <h1>动画常量(Animation Constants)</h1>
|
|
|
|
|
|
- <h2>Loop Modes</h2>
|
|
|
+ <h2>循环模式</h2>
|
|
|
|
|
|
<code>
|
|
|
THREE.LoopOnce
|
|
@@ -18,21 +18,21 @@ THREE.LoopRepeat
|
|
|
THREE.LoopPingPong
|
|
|
</code>
|
|
|
|
|
|
- <h2>Interpolation Modes</h2>
|
|
|
+ <h2>插值模式</h2>
|
|
|
<code>
|
|
|
THREE.InterpolateDiscrete
|
|
|
THREE.InterpolateLinear
|
|
|
THREE.InterpolateSmooth
|
|
|
</code>
|
|
|
|
|
|
- <h2>Ending Modes</h2>
|
|
|
+ <h2>结束模式</h2>
|
|
|
<code>
|
|
|
THREE.ZeroCurvatureEnding
|
|
|
THREE.ZeroSlopeEnding
|
|
|
THREE.WrapAroundEnding
|
|
|
</code>
|
|
|
|
|
|
- <h2>Source</h2>
|
|
|
+ <h2>源代码</h2>
|
|
|
|
|
|
[link:https://github.com/mrdoob/three.js/blob/master/src/constants.js src/constants.js]
|
|
|
</body>
|