From 7fffcd3b533dc00e583df88ffb9aa5ff4d1cefa0 Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 8 Dec 2014 12:47:37 -0800 Subject: [PATCH] Swap out the lobby model for the one with the correct light value --- examples/lobby.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/lobby.js b/examples/lobby.js index c5a9645e90..dd011d08a4 100644 --- a/examples/lobby.js +++ b/examples/lobby.js @@ -92,7 +92,7 @@ function drawLobby() { }; var orbShellProps = { - url: HIFI_PUBLIC_BUCKET + "models/sets/Lobby/Lobby_v8/forStephen1/LobbyShell1.fbx", + url: HIFI_PUBLIC_BUCKET + "models/sets/Lobby/Lobby_v8/forStephen1/LobbyShell1.4_LightTag.fbx", position: orbPosition, rotation: towardsMe, dimensions: orbDimensions,