瀏覽代碼

Change position

customisations
alemart 8 月之前
父節點
當前提交
0ef0923a85
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      demos/basketball/src/entities/scoreboard.js

+ 1
- 1
demos/basketball/src/entities/scoreboard.js 查看文件

@@ -142,7 +142,7 @@ export class Scoreboard extends PhysicsEntity
142 142
             depth: 1.0,
143 143
         });
144 144
 
145
-        this._mesh.position = new BABYLON.Vector3(2.0, 0.35, 0.5);
145
+        this._mesh.position = new BABYLON.Vector3(2.0, 0.4, 0.5);
146 146
         this._mesh.rotate(BABYLON.Axis.Y, -Math.PI / 6);
147 147
 
148 148
         this._mesh.material = new BABYLON.StandardMaterial('ScoreboardMaterial');

Loading…
取消
儲存