Interactive web viewer for 3D cell models exported from Blender.
npm install
npm run dev- Download from https://sketchfab.com/3d-models/animal-cell-downloadable-ddc40bb0900544959f02d3ff83c32615
- Choose glTF format when downloading
- Place the
.glbfile in/models/cell.glb
- Open your
.blendfile in Blender - Go to File → Export → glTF 2.0 (.glb/.gltf)
- Recommended export settings:
- Format: glTF Binary (.glb) - single file, easier to manage
- Include: Check Selected Objects if you only want specific objects
- Transform: Apply all transforms
- Geometry: Check Apply Modifiers
- Compression: Enable Draco mesh compression for smaller files
- Save to
/models/cell.glb
blendercell/
├── models/ # Place .glb/.gltf files here
├── public/ # Static assets
├── src/
│ └── main.js # Three.js viewer
├── index.html
└── package.json
Free cell models:
- Left-click + drag: Rotate
- Scroll: Zoom in/out
- Right-click + drag: Pan
npm run buildOutput will be in the dist/ folder, ready to deploy.