You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: