|
@@ -68,6 +68,7 @@ Object.assign( BufferAttribute.prototype, {
|
|
|
|
|
|
copy: function ( source ) {
|
|
copy: function ( source ) {
|
|
|
|
|
|
|
|
+ this.name = source.name;
|
|
this.array = new source.array.constructor( source.array );
|
|
this.array = new source.array.constructor( source.array );
|
|
this.itemSize = source.itemSize;
|
|
this.itemSize = source.itemSize;
|
|
this.count = source.count;
|
|
this.count = source.count;
|