|
@@ -181,7 +181,7 @@ class InterleavedBufferAttribute {
|
|
|
|
|
|
if ( data === undefined ) {
|
|
|
|
|
|
- console.log( 'THREE.InterleavedBufferAttribute.clone(): Cloning an interlaved buffer attribute will deinterleave buffer data.' );
|
|
|
+ console.log( 'THREE.InterleavedBufferAttribute.clone(): Cloning an interleaved buffer attribute will deinterleave buffer data.' );
|
|
|
|
|
|
const array = [];
|
|
|
|
|
@@ -223,7 +223,7 @@ class InterleavedBufferAttribute {
|
|
|
|
|
|
if ( data === undefined ) {
|
|
|
|
|
|
- console.log( 'THREE.InterleavedBufferAttribute.toJSON(): Serializing an interlaved buffer attribute will deinterleave buffer data.' );
|
|
|
+ console.log( 'THREE.InterleavedBufferAttribute.toJSON(): Serializing an interleaved buffer attribute will deinterleave buffer data.' );
|
|
|
|
|
|
const array = [];
|
|
|
|
|
@@ -250,7 +250,7 @@ class InterleavedBufferAttribute {
|
|
|
|
|
|
} else {
|
|
|
|
|
|
- // save as true interlaved attribtue
|
|
|
+ // save as true interleaved attribtue
|
|
|
|
|
|
if ( data.interleavedBuffers === undefined ) {
|
|
|
|