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.