thingiview.js icon indicating copy to clipboard operation
thingiview.js copied to clipboard

per-face coloring

Open valkyriesavage opened this issue 10 years ago • 1 comments

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?

valkyriesavage avatar Mar 05 '15 23:03 valkyriesavage

Models loaded in thingiview are still just three.js meshes so anything you can do in three.js you can do in thingiview.

tbuser avatar Mar 25 '15 15:03 tbuser