static
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="ko">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<base href="../../../" />
|
||||
<script src="page.js"></script>
|
||||
<link type="text/css" rel="stylesheet" href="page.css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>애니메이션 상수</h1>
|
||||
|
||||
<h2>루프 모드</h2>
|
||||
|
||||
<code>
|
||||
THREE.LoopOnce
|
||||
THREE.LoopRepeat
|
||||
THREE.LoopPingPong
|
||||
</code>
|
||||
|
||||
<h2>보간법 모드</h2>
|
||||
<code>
|
||||
THREE.InterpolateDiscrete
|
||||
THREE.InterpolateLinear
|
||||
THREE.InterpolateSmooth
|
||||
</code>
|
||||
|
||||
<h2>엔딩 모드</h2>
|
||||
<code>
|
||||
THREE.ZeroCurvatureEnding
|
||||
THREE.ZeroSlopeEnding
|
||||
THREE.WrapAroundEnding
|
||||
</code>
|
||||
|
||||
<h2>소스 코드</h2>
|
||||
|
||||
<p>
|
||||
[link:https://github.com/mrdoob/three.js/blob/master/src/constants.js src/constants.js]
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user