|
@@ -321,7 +321,7 @@ Object.assign( BufferAttribute.prototype, {
|
|
|
|
|
|
},
|
|
},
|
|
|
|
|
|
- toJSON: function() {
|
|
|
|
|
|
+ toJSON: function () {
|
|
|
|
|
|
return {
|
|
return {
|
|
itemSize: this.itemSize,
|
|
itemSize: this.itemSize,
|
|
@@ -329,6 +329,7 @@ Object.assign( BufferAttribute.prototype, {
|
|
array: Array.prototype.slice.call( this.array ),
|
|
array: Array.prototype.slice.call( this.array ),
|
|
normalized: this.normalized
|
|
normalized: this.normalized
|
|
};
|
|
};
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
} );
|
|
} );
|