UNPKG

1.69 kBJavaScriptView Raw
1export { WireframeGeometry } from './WireframeGeometry.js';
2export { ParametricGeometry, ParametricBufferGeometry } from './ParametricGeometry.js';
3export { TetrahedronGeometry, TetrahedronBufferGeometry } from './TetrahedronGeometry.js';
4export { OctahedronGeometry, OctahedronBufferGeometry } from './OctahedronGeometry.js';
5export { IcosahedronGeometry, IcosahedronBufferGeometry } from './IcosahedronGeometry.js';
6export { DodecahedronGeometry, DodecahedronBufferGeometry } from './DodecahedronGeometry.js';
7export { PolyhedronGeometry, PolyhedronBufferGeometry } from './PolyhedronGeometry.js';
8export { TubeGeometry, TubeBufferGeometry } from './TubeGeometry.js';
9export { TorusKnotGeometry, TorusKnotBufferGeometry } from './TorusKnotGeometry.js';
10export { TorusGeometry, TorusBufferGeometry } from './TorusGeometry.js';
11export { TextGeometry, TextBufferGeometry } from './TextGeometry.js';
12export { SphereGeometry, SphereBufferGeometry } from './SphereGeometry.js';
13export { RingGeometry, RingBufferGeometry } from './RingGeometry.js';
14export { PlaneGeometry, PlaneBufferGeometry } from './PlaneGeometry.js';
15export { LatheGeometry, LatheBufferGeometry } from './LatheGeometry.js';
16export { ShapeGeometry, ShapeBufferGeometry } from './ShapeGeometry.js';
17export { ExtrudeGeometry, ExtrudeBufferGeometry } from './ExtrudeGeometry.js';
18export { EdgesGeometry } from './EdgesGeometry.js';
19export { ConeGeometry, ConeBufferGeometry } from './ConeGeometry.js';
20export { CylinderGeometry, CylinderBufferGeometry } from './CylinderGeometry.js';
21export { CircleGeometry, CircleBufferGeometry } from './CircleGeometry.js';
22export { BoxGeometry, BoxBufferGeometry } from './BoxGeometry.js';