From 33d9dc40f5ac25a24b45eee9daeb825b9325df0c Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Mon, 29 Jun 2015 16:08:50 -0700 Subject: [PATCH] name stick --- examples/stick.js | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/stick.js b/examples/stick.js index faffef6b0e..5ae80bcaf3 100644 --- a/examples/stick.js +++ b/examples/stick.js @@ -28,6 +28,7 @@ function makeNewStick() { Script.setTimeout(function() { stickID = Entities.addEntity({ type: "Model", + name: "stick", modelURL: "https://hifi-public.s3.amazonaws.com/eric/models/stick.fbx", compoundShapeURL: "https://hifi-public.s3.amazonaws.com/eric/models/stick.obj", dimensions: {x: .11, y: .11, z: 1.0},