-
Notifications
You must be signed in to change notification settings - Fork 152
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
Inverse function? #38
Comments
|
What is the difference between the tree and node? |
The |
So how do you properly invert a geometry? Doing:
or
Just returns the same shape as before. |
I'd expect your first code block (invert, convert to geometry) to work. Are you sure the material you're rendering with doesn't render both sides? |
isnt it simply flipping normals? or, in terms of buffer geometry, swapping vertices 3n and 3n+1 |
Where is the inverse function from the original CSG?
http://evanw.github.io/csg.js/docs/
The text was updated successfully, but these errors were encountered: