瀏覽代碼

Small change

customisations
alemart 1 年之前
父節點
當前提交
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
 
218
 
219
         // animate the magic circle
219
         // animate the magic circle
220
         const magicCircle = this._objects.magicCircle;
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…
取消
儲存