UNPKG

whs

Version:

Super-fast 3D framework for Web Applications & Games. Based on Three.js

25 lines (24 loc) 649 B
/** @module components/meshes */ export * from './Box'; export * from './Circle'; export * from './Cone'; export * from './Cylinder'; export * from './Dodecahedron'; export * from './Extrude'; export * from './Icosahedron'; export * from './Lathe'; export * from './Line'; export * from './Importer'; export * from './Octahedron'; export * from './Parametric'; export * from './Plane'; export * from './Polyhedron'; export * from './Ring'; export * from './Shape'; export * from './Sphere'; export * from './Tetrahedron'; export * from './Text'; export * from './Torus'; export * from './Torusknot'; export * from './Tube'; export * from './Group';