Accessing primvars:displayColor in Redshift shader

   1869   1   1
User Avatar
Member
40 posts
Joined: Aug. 2018
Offline
I am trying to figure out how to access the displayColor in a Redshift shader within Solaris. The only node I've can find is the RS color user data, which wants an attribute name. I've tried both Cd and displayColor, but have not been able to get Redshift to see the value. Any ideas on how to do this?
User Avatar
Member
268 posts
Joined: July 2005
Offline
v@customColor = @Cd; and read it in shader with RSpointAttribute (ParticleAttributeLookup).

Only guessing RS is getting confused with houdini 3flt(Clr) and regular vector 3flt.
  • Quick Links