Skip to content
This repository was archived by the owner on Jan 24, 2020. It is now read-only.

Commit 21de031

Browse files
author
Avaer Kazmer
committed
Cleanups
1 parent c6a1870 commit 21de031

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<script src="skin.js"></script> -->
3535
<script>
3636
(async () => {
37-
let session, display, fakeXrDisplay, tabs = [], tabId = 0, xrmp, lastPresseds = [false, false], lastGripped = [false, false], lastAxes = [[0.5, 0.5], [0.5, 0.5]], lastPadToucheds = [false, false], scrollFactors = [0, 0], scaleFactors = [1, 1], viewportVector = new THREE.Vector2(), menuOpen = false, /* menuCoords = [new THREE.Vector2(-1, -1), new THREE.Vector2(-1, -1)], */ orbitControls = null, transformControls, rooms = [], pointMeshes = [], pendingRooms = [null, null], roomLinks = [], roomDiagrams = [], roomLabels = [], worker = null, /* scenes = [], */ currentSceneToken = null, selectedSceneToken = null, guardianMeshes = [], baseMeshes = [], sceneMeshes = [], menuAnimation = null, menuFactor = 1, keyboardFocus = null, user = null;
37+
let session, display, fakeXrDisplay, tabs = [], tabId = 0, xrmp, lastPresseds = [false, false], lastGripped = [false, false], lastAxes = [[0.5, 0.5], [0.5, 0.5]], lastPadToucheds = [false, false], scrollFactors = [0, 0], scaleFactors = [1, 1], viewportVector = new THREE.Vector2(), menuOpen = false, /* menuCoords = [new THREE.Vector2(-1, -1), new THREE.Vector2(-1, -1)], */ orbitControls = null, transformControls, rooms = [], pointMeshes = [], pendingRooms = [null, null], roomLinks = [], roomDiagrams = [], roomLabels = [], /* scenes = [], */ currentSceneToken = null, selectedSceneToken = null, guardianMeshes = [], baseMeshes = [], sceneMeshes = [], menuAnimation = null, menuFactor = 1, keyboardFocus = null, user = null;
3838
const mouse = {
3939
position: new THREE.Vector3(),
4040
quaternion: new THREE.Quaternion(),
@@ -46,8 +46,6 @@
4646
let serverConnectedUrl = null;
4747

4848
const DEFAULT_URL = 'https://google.com';
49-
const PARCEL_SIZE = 7;
50-
const DEFAULT_REGISTRY_URL = 'http://xrmp.exokit.org:9001';
5149
const DEFAULT_SKIN_URL = 'skin2.png';
5250
const RAY_COLOR = 0x44c2ff;
5351
const RAY_HIGHLIGHT_COLOR = new THREE.Color(RAY_COLOR).multiplyScalar(0.5).getHex();

0 commit comments

Comments
 (0)