Copy link to clipboard
Copied
Hi, everyone!.
I hope you are doing well.
I am working on gpu acceleration now.
I am getting params following as:
bool displacementF = static_cast<bool>(GetParam(SHADOW_TYPE, inRenderParams->inClipTime).mBool;
int center_xF = GetParam(CCU_PT, inRenderParams->inClipTime).mPoint.x;
int center_yF = GetParam(CCU_PT, inRenderParams->inClipTime).mPoint.y;
...
but I am not sure how to get color parameter.
Is there any way to get it?
Regards,
Igor.
Hi Igor,
Color comes across as a single 64-bit value (so, four 8-bit color vals).
Cheers,
Zac
Copy link to clipboard
Copied
Hi Igor,
Color comes across as a single 64-bit value (so, four 8-bit color vals).
Cheers,
Zac