@@ -733,6 +733,12 @@ BufferGeometry.prototype = Object.assign( Object.create( EventDispatcher.prototy
},
+ computeFaceNormals: function () {
+
+ // backwards compatibility
+ },
computeVertexNormals: function () {
const index = this.index;