Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

per-face coloring #27

Open
valkyriesavage opened this issue Mar 5, 2015 · 1 comment
Open

per-face coloring #27

valkyriesavage opened this issue Mar 5, 2015 · 1 comment

Comments

@valkyriesavage
Copy link

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?

@tbuser
Copy link
Owner

tbuser commented Mar 25, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants