On 02/08/2014 at 11:00, xxxxxxxx wrote:
OK thanks.
I figured it out after looking closer at your code. I need to use Colors as the type not Vector.
I think I found a small typo:
Bool SampleColorAtVertices(BaseObject *obj) //Remo: 02.08.2014
{
...code
ConstUVWHandle uv_handle = uvw_tag->GetDataAddressR();
//Think it should be this
const UVWHandle uv_handle = uvw_tag->GetDataAddressR();
..code
-ScottA
-Edit:
This is awesome Remo.
It seems to be working good for me so far in R13. I've been searching for how to this for years.
Thank you very much!!