mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 05:23:09 +02:00
made water can a box shape
This commit is contained in:
parent
4a0b502f15
commit
9bdfd53ae7
1 changed files with 1 additions and 2 deletions
|
@ -80,8 +80,7 @@ Plant = function(spawnPosition, spawnRotation) {
|
||||||
var waterCanRotation = orientation;
|
var waterCanRotation = orientation;
|
||||||
var waterCan = Entities.addEntity({
|
var waterCan = Entities.addEntity({
|
||||||
type: "Model",
|
type: "Model",
|
||||||
shapeType: 'compound',
|
shapeType: 'box',
|
||||||
compoundShapeURL: WATER_CAN_COLLIISION_HULL_URL,
|
|
||||||
name: "home_model_waterCan",
|
name: "home_model_waterCan",
|
||||||
modelURL: WATER_CAN_MODEL_URL,
|
modelURL: WATER_CAN_MODEL_URL,
|
||||||
script: WATER_CAN_SCRIPT_URL,
|
script: WATER_CAN_SCRIPT_URL,
|
||||||
|
|
Loading…
Reference in a new issue