|
@@ -48,12 +48,6 @@ Object.assign( BufferAttribute.prototype, {
|
|
|
|
|
|
isBufferAttribute: true,
|
|
isBufferAttribute: true,
|
|
|
|
|
|
- set needsUpdate( value ) {
|
|
|
|
-
|
|
|
|
- if ( value === true ) this.version ++;
|
|
|
|
-
|
|
|
|
- },
|
|
|
|
-
|
|
|
|
setArray: function ( array ) {
|
|
setArray: function ( array ) {
|
|
|
|
|
|
if ( Array.isArray( array ) ) {
|
|
if ( Array.isArray( array ) ) {
|