Boolean Mesh Manipulation
-
- Posts: 39
- Joined: Tue Apr 29, 2008 1:41 pm
- Contact:
Boolean Mesh Manipulation
Hey there, recently, I have been getting back into irrlicht, the real C++ one, not the .net wrapped one. Have discovered so many more features. Anyway, I was wondering if anyone knew any Mesh Manipulation techniques that could be used to do an A subtract B boolean function between two meshes to remove where they intersect. If anyone knows how it can be done, that would be absolutely great.
Chris Goddard
http://www.chris-goddard.co.uk
http://www.chris-goddard.co.uk
no
a 3d modeling program like blender is more suitable for you. making an algorithm that do booloean operation on meshes can be hard. irrlicht doesn't support that feature. you have to write your own function that access to 2 different mesh buffers.
Junior Irrlicht Developer.
Real value in social networks is not about "increasing" number of followers, but about getting in touch with Amazing people.
- by Me
Real value in social networks is not about "increasing" number of followers, but about getting in touch with Amazing people.
- by Me
-
- Posts: 39
- Joined: Tue Apr 29, 2008 1:41 pm
- Contact:
ah, didn't realize that's how it worked outside of 3d modelling programs. I am working on a way to append the triangles of a second object that intersect with the first object.
Where they occupy the same space, the triangles are removed from the first completely, and the intersecting triangles are inserted from the second object during collision
Where they occupy the same space, the triangles are removed from the first completely, and the intersecting triangles are inserted from the second object during collision
Chris Goddard
http://www.chris-goddard.co.uk
http://www.chris-goddard.co.uk