-
Coplanar triangles substraction
Hi all,
My first post in this forum.
I'm looking for some refs to perform a substraction between 2 triangles and I dont want to use CSG stuff.
By triangles substraction I mean, given two coplanar triangles A and B, I want to generate a list of triangles resulting from the A - B operations
Thx in advance
-
Super Moderator
OpenGL Lord
Re: Coplanar triangles substraction
Well, it IS csg, only in 2d .... 
Maybe google on "geometry boolean operations" ?
-
Re: Coplanar triangles substraction
Well... What I though was called CSG can be found there : http://www.nbb.cornell.edu/neurobio/...sg/theory.html
-
Junior Member
Regular Contributor
Re: Coplanar triangles substraction
Maybe try the Graphics Gems faq?
This will give you methods for performaing all the necessary operations, using trigonometry and/or linear algebra.
CJ
-
Re: Coplanar triangles substraction
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules