Browse Source

Update Geometry.js

Export `Face3`.
Michael Herzog 4 năm trước cách đây
mục cha
commit
33497f2fad

+ 1 - 1
examples/jsm/deprecated/Geometry.js

@@ -1866,4 +1866,4 @@ class Face3 {
 
 
 }
 }
 
 
-export { Geometry };
+export { Face3, Geometry };