* Fix Matix4 applyToBuffer `BufferAttribute.setXYZ` was missing `index` argument. * Fix Matrix3 applyToBuffer
@@ -137,7 +137,7 @@ Matrix3.prototype = {
v1.applyMatrix3( this );
- buffer.setXYZ( v1.x, v1.y, v1.z );
+ buffer.setXYZ( j, v1.x, v1.y, v1.z );
}
@@ -490,7 +490,7 @@ Matrix4.prototype = {
v1.applyMatrix4( this );