ソースを参照

Small change

customisations
alemart 11ヶ月前
コミット
288606ed34
2個のファイルの変更1行の追加1行の削除
  1. バイナリ
      demos/assets/magic-circle.png
  2. 1
    1
      demos/hello-three/demo.js

バイナリ
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
 

読み込み中…
キャンセル
保存