mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-09 00:19:54 +02:00
name stick
This commit is contained in:
parent
a0fd75c54f
commit
33d9dc40f5
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ function makeNewStick() {
|
||||||
Script.setTimeout(function() {
|
Script.setTimeout(function() {
|
||||||
stickID = Entities.addEntity({
|
stickID = Entities.addEntity({
|
||||||
type: "Model",
|
type: "Model",
|
||||||
|
name: "stick",
|
||||||
modelURL: "https://hifi-public.s3.amazonaws.com/eric/models/stick.fbx",
|
modelURL: "https://hifi-public.s3.amazonaws.com/eric/models/stick.fbx",
|
||||||
compoundShapeURL: "https://hifi-public.s3.amazonaws.com/eric/models/stick.obj",
|
compoundShapeURL: "https://hifi-public.s3.amazonaws.com/eric/models/stick.obj",
|
||||||
dimensions: {x: .11, y: .11, z: 1.0},
|
dimensions: {x: .11, y: .11, z: 1.0},
|
||||||
|
|
Loading…
Reference in a new issue