mzigaib
2020年9月8日 11:03:00
What is the correct way to use point attributes to drive the shading, I know that some known attributes as “uv” is translated to st. If I try to use bind to get a custom point attribute it doesn't seem to work even seeing it in the graph editor am I missing. something?
jsmack
2020年9月8日 12:35:26
Point attributes are translated to USD vertex (varying) primvars by sopimport if they are in the attributes to import mask. They should bind in all the normal ways in shaders and appear in the scene graph details.
mzigaib
2020年9月8日 20:36:40
jsmack
Point attributes are translated to USD vertex (varying) primvars by sopimport if they are in the attributes to import mask. They should bind in all the normal ways in shaders and appear in the scene graph details.
Thanks for the feedback, I'll check it out.