Skip to content

Commit

Permalink
Updated modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Jan 13, 2021
1 parent b84836a commit df9c96e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/jsm/utils/BufferGeometryUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ import {
InterleavedBufferAttribute,
TriangleFanDrawMode,
TriangleStripDrawMode,
TrianglesDrawMode
TrianglesDrawMode,
Vector3
} from '../../../build/three.module.js';

var BufferGeometryUtils = {
Expand Down Expand Up @@ -596,7 +597,6 @@ var BufferGeometryUtils = {
newIndices.push( index.getX( i + 1 ) );
newIndices.push( index.getX( i + 2 ) );


} else {

newIndices.push( index.getX( i + 2 ) );
Expand Down Expand Up @@ -630,7 +630,7 @@ var BufferGeometryUtils = {

}

}
},

/**
* Calculates the morphed attributes of a morphed/skinned BufferGeometry.
Expand Down

0 comments on commit df9c96e

Please sign in to comment.