Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 522 Bytes

File metadata and controls

14 lines (8 loc) · 522 Bytes

Simple Remote 3D Viewer

Upload a 3D file (stl/obj) and see it in your browser.

Usage

POST a file to /upload, and navigate to the URL returned in the Location header.

About

Was built to allow the construction of a slack bot that looks for uploaded 3D files and sends a link to view them in-browser.
hubot-simple-remote-3d-viewer gist available here

Whole front-end is based on copy-pastes from threejs examples.