Skip to content

Commit

Permalink
Merge pull request #17438 from Mugen87/dev29
Browse files Browse the repository at this point in the history
JSM: Update modules.
  • Loading branch information
Mugen87 authored Sep 6, 2019
2 parents 3b4bebc + c574d51 commit 4ff9082
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions examples/jsm/loaders/DRACOLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) {

Expand Down
1 change: 1 addition & 0 deletions examples/jsm/vr/WebVR.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ var WEBVR = {
if ( options && options.referenceSpaceType ) {

renderer.vr.setReferenceSpaceType( options.referenceSpaceType );

}

function showEnterVR( device ) {
Expand Down

0 comments on commit 4ff9082

Please sign in to comment.