https://github.com/rybesh/marbleplan
Loading a Marble Plan fragment:
https://github.com/rybesh/marbleplan
Last synced: about 1 year ago
JSON representation
Loading a Marble Plan fragment:
- Host: GitHub
- URL: https://github.com/rybesh/marbleplan
- Owner: rybesh
- Created: 2014-11-27T04:48:31.000Z (over 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2014-11-27T14:13:41.000Z (over 11 years ago)
- Last Synced: 2025-02-14T14:51:28.986Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://rybesh.github.io/marbleplan/
- Size: 1.66 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Loading a Marble Plan fragment: http://rybesh.github.io/marbleplan/
Steps to produce this:
1. Use the [quadric edge collapse decimation](http://www.shapeways.com/tutorials/polygon_reduction_with_meshlab) filter in [MeshLab](http://meshlab.sourceforge.net/) to downsample the fragment mesh from ~18 million faces to ~128,000 faces.
2. Use [Wei Meng's PLY loader](http://threejs.org/examples/webgl_loader_ply.html) to load the downsampled fragment mesh.
3. Light the face and rear of the fragment mesh with [two spotlights](main.js#L39-L60) to produce shadows making the engravings visible.