I want to achieve this :
-Apply an image map on a grid and delete points of the grid whose color are less than 230 230 230
So basically what I do is :
-Create a grid
-Create a VEX geometry operator : global(P) -> vector to float -> (u v)colormap ->(Cd)Output
- Apply the vex geo operator in SOP
- Partition using color rule
- Blast
Now my problems/questions are :
- In Vex geometry operator , there are no “Uv space change” so my color map doesn't apply correctly, the UV seems wrong. Any ideas for that ?
- My partition operator has created a group for each different color, is there a way to group together point that have Cd > 230 230 230 ?
Thanks in advance !
Julien

