Browse Source

Fixed Geometries File (#9762)

Michael Herzog 9 năm trước cách đây
mục cha
commit
1d682dc9d3
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/geometries/Geometries.js

+ 1 - 0
src/geometries/Geometries.js

@@ -1,5 +1,6 @@
 export { WireframeGeometry } from './WireframeGeometry.js';
 export { ParametricGeometry } from './ParametricGeometry.js';
+export { ParametricBufferGeometry } from './ParametricBufferGeometry.js';
 export { TetrahedronGeometry } from './TetrahedronGeometry.js';
 export { TetrahedronBufferGeometry } from './TetrahedronBufferGeometry.js';
 export { OctahedronGeometry } from './OctahedronGeometry.js';