소스 검색

Update animation

Paul Masson 7 년 전
부모
커밋
23c199282b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/webvr_lorenz_attractor.html

+ 1 - 1
examples/webvr_lorenz_attractor.html

@@ -146,7 +146,7 @@
 
 			function animate() {
 
-				renderer.animate( render );
+				renderer.setAnimationLoop( render );
 
 			}