diff --git a/examples/jsm/loaders/DRACOLoader.js b/examples/jsm/loaders/DRACOLoader.js index 15b7ba4d441d25446aa077d9f81e97c8ce5be89b..6885b3df032118e742d5e9f7e2bb5877eec39a01 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 db8ef0bcad6ad8cdd477cb83f0cf830adc73b27c..7524677837fc0de29987cf0bde9c10943379ebc2 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 ) {