add shape types

This commit is contained in:
James Pollack 2015-09-29 10:52:54 -07:00
parent 337909b539
commit 63c02712c1

View file

@ -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,