- Home /
How to split a mesh?
How to split a mesh in Javascript? For example, how to split a cylinder with a spere as in 3DS Max?
Please don't ask questions in all caps and consider your tags. "how" and "to" aren't likely to be very useful ones.
You'll have to be more specific with your question and please, as Ricardo points out, hold off on the caps-lock in both title and content.
Answer by Eric5h5 · Mar 10, 2010 at 03:11 PM
I assume you're referring to boolean operations. Unity doesn't have any functions for this, but you can write your own if you have the knowledge. I don't think it's an easy task though.
also other people posted useful information about a similar question here: http://answers.unity3d.com/questions/2091/carving-a-mesh
lathomas64 showed how it's done: 10 sec. search and you will find that one.