Re: ICE question

2012-09-28 Thread Rob Chapman
point in volume node On 28 September 2012 14:45, Szabolcs Matefy szabol...@crytek.com wrote: Hey guys, ** ** I need a help. Is it possible to create an ICE tree that checks if a geometry isn’t penetrated by another geometry? I have a low poly object, I have a high poly object, and I

Re: ICE question

2012-09-28 Thread Jonathan Laborde
Hello, There are several ways you can do that. Depending on your gemoetry it can be easy to overly complicated :) You can check if a point is inside another volume using the point in volume node, and then use a closest location node to find the distance to the surface. What I like to do though is

Re: ICE question

2012-09-28 Thread olivier jeannel
Maybe this could be inspirationnal with Raycast and testing distance. https://vimeo.com/39888231 Le 28/09/2012 15:50, Jonathan Laborde a écrit : Hello, There are several ways you can do that. Depending on your gemoetry it can be easy to overly complicated :) You can check if a point is inside