Return geometry (`this`) after calling `applyMatrix()` also in `THREE.BufferGeometry`
@@ -142,6 +142,8 @@ THREE.BufferGeometry.prototype = {
}
+ return this;
+
},
rotateX: function () {