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