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