Hi,
Hopefully I'm asking the right question as I wrap my mind around Vray and shaders. But I'm looking for a texture color lookup equivalent in Vray SDK similar to mental ray's mi_lookup_color_texture function in which I can provide an input image and a UV coordinate and return a color at that point in the image. I see the tex_sampler sample plugin in the SDK installation and I'm starting to step through that, but does this functionality exist in the SDK API itself or is it derived in one of these sample plugin classes/interfaces?
Thanks,
Hopefully I'm asking the right question as I wrap my mind around Vray and shaders. But I'm looking for a texture color lookup equivalent in Vray SDK similar to mental ray's mi_lookup_color_texture function in which I can provide an input image and a UV coordinate and return a color at that point in the image. I see the tex_sampler sample plugin in the SDK installation and I'm starting to step through that, but does this functionality exist in the SDK API itself or is it derived in one of these sample plugin classes/interfaces?
Thanks,
Comment