Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 378 Bytes

File metadata and controls

22 lines (14 loc) · 378 Bytes

3D Models

This project showcases basic parametric 3D models rendered with React Three Fiber and served through Astro.

Development

Install dependencies and start the dev server:

npm install
npm run dev

Building

To generate a production build:

npm run build

The models can be exported as STL files using the Export button in each tool.