Is it possible to cut out a piece of mesh intersected by a collision?? Please help..

I have made this image to explain better:
http://imageshack.us/photo/my-images/513/helpod.jpg/

Say you place a pool, on the green plane, how can I cut out that piece of the mesh? Or make it invisible??

I am not sure if this is possible, but if you know, please help. Thank you in advance!! :slight_smile:

can’t see your picture.
You can cut a whole in a mesh in general, but it’s pretty hard. You would have to modify the mesh’s attributes using the Mesh class.
(there might be some solutions for this in the asset store).
You can make part of a mesh invisible by using depth mask

1 Like

Sorry, had trouble with adding the photo, put up a link instead :slight_smile: Wow, depth mask looks like exactly what I need, will try it now. Thank you very much!