Selaa lähdekoodia

Change position

customisations
alemart 8 kuukautta sitten
vanhempi
commit
0ef0923a85
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      demos/basketball/src/entities/scoreboard.js

+ 1
- 1
demos/basketball/src/entities/scoreboard.js Näytä tiedosto

@@ -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…
Peruuta
Tallenna