Skip to content

Commit

Permalink
added constanst / animation (#10005)
Browse files Browse the repository at this point in the history
  • Loading branch information
looeee authored and mrdoob committed Nov 3, 2016
1 parent 01f594d commit 208eeed
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
39 changes: 39 additions & 0 deletions docs/api/constants/Animation.html
Original file line number Diff line number Diff line change
@@ -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>
1 change: 1 addition & 0 deletions docs/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ var list = {

"Reference": {
"Constants": [
[ "Animation", "api/constants/Animation" ],
[ "CustomBlendingEquation", "api/constants/CustomBlendingEquations" ],
[ "DrawModes", "api/constants/DrawModes" ],
[ "GLState", "api/constants/GLState" ],
Expand Down

0 comments on commit 208eeed

Please sign in to comment.