|
@@ -385,7 +385,7 @@ function interleaveAttributes( attributes ) {
|
|
|
let arrayLength = 0;
|
|
|
let stride = 0;
|
|
|
|
|
|
- // calculate the the length and type of the interleavedBuffer
|
|
|
+ // calculate the length and type of the interleavedBuffer
|
|
|
for ( let i = 0, l = attributes.length; i < l; ++ i ) {
|
|
|
|
|
|
const attribute = attributes[ i ];
|
|
@@ -555,7 +555,7 @@ function estimateBytesUsed( geometry ) {
|
|
|
/**
|
|
|
* @param {BufferGeometry} geometry
|
|
|
* @param {number} tolerance
|
|
|
- * @return {BufferGeometry>}
|
|
|
+ * @return {BufferGeometry}
|
|
|
*/
|
|
|
function mergeVertices( geometry, tolerance = 1e-4 ) {
|
|
|
|
|
@@ -704,7 +704,7 @@ function mergeVertices( geometry, tolerance = 1e-4 ) {
|
|
|
/**
|
|
|
* @param {BufferGeometry} geometry
|
|
|
* @param {number} drawMode
|
|
|
- * @return {BufferGeometry>}
|
|
|
+ * @return {BufferGeometry}
|
|
|
*/
|
|
|
function toTrianglesDrawMode( geometry, drawMode ) {
|
|
|
|