A 3D shape editor written in Babylon.js.
Visit https://corbe30.github.io/3D-shape-editor/.
To run it locally, clone the project and use Live Server in VSCode to open it.
- Transformations: scaling and extruding faces, rotation of mesh
- Guide line and info-text to display offset
- Selected transformation displayed in top right of screen (extrusion if none selected)
- Keyboard shortcuts:
X
: reset the meshD
: Undo the last applied transformation | cancel an in-progress transformation.S
: apply scaling to selected faceR
: apply rotation to mesh normal to selected face