Browse Source

Change position

customisations
alemart 8 months ago
parent
commit
0ef0923a85
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      demos/basketball/src/entities/scoreboard.js

+ 1
- 1
demos/basketball/src/entities/scoreboard.js View File

142
             depth: 1.0,
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
         this._mesh.rotate(BABYLON.Axis.Y, -Math.PI / 6);
146
         this._mesh.rotate(BABYLON.Axis.Y, -Math.PI / 6);
147
 
147
 
148
         this._mesh.material = new BABYLON.StandardMaterial('ScoreboardMaterial');
148
         this._mesh.material = new BABYLON.StandardMaterial('ScoreboardMaterial');

Loading…
Cancel
Save