thingiview.js
thingiview.js copied to clipboard
per-face coloring
Three.js supports per-face coloring of 3D models: face.color.setRGB( normal[0], normal[1], normal[2] );
I previously used it for this project : http://supportsupport.valkyriesavage.com/ (takes some time to load). Your STL-handling is much less hacky (and faster) than mine, so I'd love to switch to Thingiview, but I need to be able to color each face separately. Is this planned?
Models loaded in thingiview are still just three.js meshes so anything you can do in three.js you can do in thingiview.