mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-30 22:49:00 +02:00
visualize them
This commit is contained in:
parent
90dba7d472
commit
87bdffa273
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue