소스 검색

Small change

customisations
alemart 11 달 전
부모
커밋
288606ed34
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. BIN
      demos/assets/magic-circle.png
  2. 1
    1
      demos/hello-three/demo.js

BIN
demos/assets/magic-circle.png 파일 보기


+ 1
- 1
demos/hello-three/demo.js 파일 보기

@@ -218,7 +218,7 @@ class DemoScene extends ARScene
218 218
 
219 219
         // animate the magic circle
220 220
         const magicCircle = this._objects.magicCircle;
221
-        magicCircle.rotateZ(TWO_PI * ROTATIONS_PER_SECOND * delta);
221
+        magicCircle.rotateZ(-TWO_PI * ROTATIONS_PER_SECOND * delta);
222 222
     }
223 223
 }
224 224
 

Loading…
취소
저장