starry / backend /libs /three /geometries /Geometries.js
k-l-lambda's picture
feat: add Python ML services (CPU mode) with model download
2b7aae2
export * from './BoxGeometry.js';
export * from './CircleGeometry.js';
export * from './ConeGeometry.js';
export * from './CylinderGeometry.js';
export * from './DodecahedronGeometry.js';
export * from './EdgesGeometry.js';
export * from './ExtrudeGeometry.js';
export * from './IcosahedronGeometry.js';
export * from './LatheGeometry.js';
export * from './OctahedronGeometry.js';
export * from './PlaneGeometry.js';
export * from './PolyhedronGeometry.js';
export * from './RingGeometry.js';
export * from './ShapeGeometry.js';
export * from './SphereGeometry.js';
export * from './TetrahedronGeometry.js';
export * from './TorusGeometry.js';
export * from './TorusKnotGeometry.js';
export * from './TubeGeometry.js';
export * from './WireframeGeometry.js';