mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 19:01:09 +02:00
reverted whiteboard changes
This commit is contained in:
parent
8e7dfc07c0
commit
340c066b5c
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
||||||
/*global hexToRgb */
|
/*global hexToRgb */
|
||||||
|
|
||||||
Script.include("../../libraries/utils.js");
|
Script.include("../../libraries/utils.js");
|
||||||
var scriptURL = Script.resolvePath("whiteboardEntityScript.js?v1" + Math.random());
|
var scriptURL = Script.resolvePath("whiteboardEntityScript.js";
|
||||||
var modelURL = "https://s3.amazonaws.com/hifi-public/eric/models/whiteboard.fbx";
|
var modelURL = "https://s3.amazonaws.com/hifi-public/eric/models/whiteboard.fbx";
|
||||||
|
|
||||||
var colorIndicatorBorderModelURL = "https://s3.amazonaws.com/hifi-public/eric/models/colorIndicatorBorder.fbx";
|
var colorIndicatorBorderModelURL = "https://s3.amazonaws.com/hifi-public/eric/models/colorIndicatorBorder.fbx";
|
||||||
|
@ -247,4 +247,4 @@ function cleanup() {
|
||||||
|
|
||||||
|
|
||||||
// Uncomment this line to delete whiteboard and all associated entity on script close
|
// Uncomment this line to delete whiteboard and all associated entity on script close
|
||||||
Script.scriptEnding.connect(cleanup);
|
// Script.scriptEnding.connect(cleanup);
|
||||||
|
|
Loading…
Reference in a new issue