mirror of
https://github.com/overte-org/overte.git
synced 2025-04-26 07:16:25 +02:00
23 lines
No EOL
431 B
JavaScript
23 lines
No EOL
431 B
JavaScript
//
|
|
//
|
|
// Created by The Content Team 4/10/216
|
|
// Copyright 2016 High Fidelity, Inc.
|
|
//
|
|
//
|
|
//
|
|
// Distributed under the Apache License, Version 2.0.
|
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
|
//
|
|
|
|
var whiteboardPath = Script.resolvePath('wrapper.js');
|
|
Script.include(whiteboardPath);
|
|
|
|
var whiteboard = new Whiteboard({
|
|
x: 1104,
|
|
y: 460.5,
|
|
z: -77
|
|
}, {
|
|
x: 0,
|
|
y: -133,
|
|
z: 0
|
|
}); |