Return geometry (`this`) after calling `applyMatrix():`
@@ -87,6 +87,8 @@ THREE.Geometry.prototype = {
this.verticesNeedUpdate = true;
this.normalsNeedUpdate = true;
+ return this;
+
},
rotateX: function () {