From fa9a066f9a3aa8f3437d3a4e99af41d0cbe72d78 Mon Sep 17 00:00:00 2001 From: ericrius1 Date: Wed, 20 Jan 2016 10:44:25 -0800 Subject: [PATCH] model tweaks --- examples/widgets/weatherBox.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/widgets/weatherBox.js b/examples/widgets/weatherBox.js index 66a25d8a42..da2d6fc69c 100644 --- a/examples/widgets/weatherBox.js +++ b/examples/widgets/weatherBox.js @@ -60,6 +60,7 @@ createLightningStrike(center) function createLightningStrike(position) { + print("LIGHTNING STRIKE") var normal = Vec3.subtract(position, MyAvatar.position); normal.y = 0; var textureURL = "file:///C:/Users/Eric/Desktop/lightning.png" @@ -108,7 +109,7 @@ function createWeatherBox(position) { z: 1.11 }; boxDimensions = Vec3.multiply(naturalDimensions, 0.7); - var modelURL = "file:///C:/Users/Eric/Desktop/weatherBox.fbx?v1" + Math.random(); + var modelURL = "localhost:8080:weatherBox.fbx?v1" + Math.random(); // var modelURL = "https://s3-us-west-1.amazonaws.com/hifi-content/eric/models/raveStick.fbx"; weatherBox = Entities.addEntity({ type: "Model",