ICE: getting subsurface index

2013-06-10 Thread Matt Lind
I have to write a tool which remaps a position from a surface mesh onto another surface mesh. I am hoping to use ICE, but am running into a barrier - how to obtain the subsurface index of a surface mesh which a location was found. Anybody? Matt

Re: ICE: getting subsurface index

2013-06-10 Thread Vincent Ullmann
Did you try the reinterpret Location-Node in ICE? Not sure if it works with your Subsurface-Index, but in general it soundsa like it would work for you. Position - [Get Closest Location (on Mesh A)] - [reinterpret Location (On Mesh B)] - Get Position If you do it in a Custom Op or anything

RE: ICE: getting subsurface index

2013-06-10 Thread Matt Lind
...@listproc.autodesk.com] On Behalf Of Vincent Ullmann Sent: Monday, June 10, 2013 12:35 PM To: softimage@listproc.autodesk.com Subject: Re: ICE: getting subsurface index Did you try the reinterpret Location-Node in ICE? Not sure if it works with your Subsurface-Index, but in general it soundsa like it would work