@@ -22,7 +22,7 @@ function Face3( a, b, c, normal, color, materialIndex ) {
}
-Face3.prototype = {
+Object.assign( Face3.prototype, {
constructor: Face3,
@@ -59,7 +59,7 @@ Face3.prototype = {
-};
+} );
export { Face3 };