Mr.doob 8 년 전
부모
커밋
19ab4fbe05
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/webgl_loader_gltf.html

+ 1 - 1
examples/webgl_loader_gltf.html

@@ -325,7 +325,7 @@
 							var animation = animations[ i ];
 
 							// There's .3333 seconds junk at the tail of the Monster animation that
-							// keeps it from looping cleanly. Animation it at 3 seconds
+							// keeps it from looping cleanly. Clip it at 3 seconds
 							if ( sceneInfo.animationTime )
 								animation.duration = sceneInfo.animationTime;