mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-10 08:06:26 +02:00
add shape types
This commit is contained in:
parent
337909b539
commit
63c02712c1
1 changed files with 6 additions and 4 deletions
|
@ -294,6 +294,7 @@ function createGates() {
|
|||
var gate1 = Entities.addEntity({
|
||||
name: 'Back Door Gate',
|
||||
type: 'Model',
|
||||
shapeType: 'box',
|
||||
modelURL: MODEL_URL,
|
||||
position: {
|
||||
x: 546.52,
|
||||
|
@ -332,6 +333,7 @@ function createGates() {
|
|||
name: 'Front Door Fence',
|
||||
type: 'Model',
|
||||
modelURL: MODEL_URL,
|
||||
shapeType: 'box',
|
||||
position: {
|
||||
x: 531.15,
|
||||
y: 495.11,
|
||||
|
|
Loading…
Reference in a new issue