From c574d51e3a8f64ae48b9dc9734dfd859e25a2176 Mon Sep 17 00:00:00 2001 From: Mugen87 Date: Fri, 6 Sep 2019 15:24:10 +0200 Subject: [PATCH] JSM: Update modules. --- examples/jsm/loaders/DRACOLoader.js | 5 ----- examples/jsm/vr/WebVR.js | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/examples/jsm/loaders/DRACOLoader.js b/examples/jsm/loaders/DRACOLoader.js index 15b7ba4d44..6885b3df03 100644 --- a/examples/jsm/loaders/DRACOLoader.js +++ b/examples/jsm/loaders/DRACOLoader.js @@ -461,11 +461,6 @@ DRACOLoader.DRACOWorker = function () { var geometry = { index: null, attributes: [] }; - var numPoints = dracoGeometry.num_points(); - var numAttributes = dracoGeometry.num_attributes(); - - console.log( numPoints, numAttributes ); - // Add attributes of user specified unique id. for ( var attributeName in attributeIDs ) { diff --git a/examples/jsm/vr/WebVR.js b/examples/jsm/vr/WebVR.js index db8ef0bcad..7524677837 100644 --- a/examples/jsm/vr/WebVR.js +++ b/examples/jsm/vr/WebVR.js @@ -14,6 +14,7 @@ var WEBVR = { if ( options && options.referenceSpaceType ) { renderer.vr.setReferenceSpaceType( options.referenceSpaceType ); + } function showEnterVR( device ) { -- GitLab