3
0
Fork 0
mirror of https://github.com/JulianGro/overte.git synced 2025-04-30 22:49:00 +02:00

visualize them

This commit is contained in:
James B. Pollack 2016-03-18 17:28:48 -07:00
parent 90dba7d472
commit 87bdffa273

View file

@ -265,7 +265,7 @@ FishTank = function(spawnPosition, spawnRotation) {
},
collisionless: true,
position: getOffsetFromTankCenter(LOWER_CORNER_VERTICAL_OFFSET, LOWER_CORNER_FORWARD_OFFSET, LOWER_CORNER_LATERAL_OFFSET),
visible: false
visible: true
}
var upperProps = {
@ -284,7 +284,7 @@ FishTank = function(spawnPosition, spawnRotation) {
},
collisionless: true,
position: getOffsetFromTankCenter(UPPER_CORNER_VERTICAL_OFFSET, UPPER_CORNER_FORWARD_OFFSET, UPPER_CORNER_LATERAL_OFFSET),
visible: false
visible: true
}
lowerCorner = Entities.addEntity(lowerProps);