Explorar el Código

Fixed Geometries File (#9762)

Michael Herzog hace 8 años
padre
commit
1d682dc9d3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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';