evanw / csg.js

Constructive solid geometry on meshes using BSP trees in JavaScript
http://evanw.github.com/csg.js/
MIT License
1.79k stars 264 forks source link

add alpha param to setColor() #17

Open rhapsodyn opened 8 years ago

rhapsodyn commented 8 years ago

Sometimes, it's more straightforward to check the boolean-ops result with alpha & no-culling-face.

Toggle by Viewer.colorAlpha

z3dev commented 7 years ago

@rhapsodyn If still interested then please try a PR again jscad/csg.js

Cheers