mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
tank rotation
This commit is contained in:
parent
9433ea8f06
commit
90dba7d472
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ FishTank = function(spawnPosition, spawnRotation) {
|
|||
modelURL: TANK_MODEL_URL,
|
||||
dimensions: TANK_DIMENSIONS,
|
||||
position: TANK_POSITION,
|
||||
rotation: spawnRotation,
|
||||
rotation: Quat.fromPitchYawRollDegrees(spawnRotation.x,spawnRotation.y,spawnRotation.z),
|
||||
color: DEBUG_COLOR,
|
||||
collisionless: true,
|
||||
script: TANK_SCRIPT,
|
||||
|
|
Loading…
Reference in a new issue