Procházet zdrojové kódy

Small change

customisations
alemart před 11 měsíci
rodič
revize
288606ed34
2 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. binární
      demos/assets/magic-circle.png
  2. 1
    1
      demos/hello-three/demo.js

binární
demos/assets/magic-circle.png Zobrazit soubor


+ 1
- 1
demos/hello-three/demo.js Zobrazit soubor

@@ -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
 

Načítá se…
Zrušit
Uložit