mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-09 03:08:20 +02: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,
|
modelURL: TANK_MODEL_URL,
|
||||||
dimensions: TANK_DIMENSIONS,
|
dimensions: TANK_DIMENSIONS,
|
||||||
position: TANK_POSITION,
|
position: TANK_POSITION,
|
||||||
rotation: spawnRotation,
|
rotation: Quat.fromPitchYawRollDegrees(spawnRotation.x,spawnRotation.y,spawnRotation.z),
|
||||||
color: DEBUG_COLOR,
|
color: DEBUG_COLOR,
|
||||||
collisionless: true,
|
collisionless: true,
|
||||||
script: TANK_SCRIPT,
|
script: TANK_SCRIPT,
|
||||||
|
|
Loading…
Reference in a new issue