Are there any know issues using LPE's to isolate the SSS component for a specified light when using the ALSurface material? I have tried the following operations, neither have worked correctly:
C<TD>.+L
C<[RT][SG]>*<TD>.+L
It would appear some secondary influence on the SSS material, perhaps from GI/Indirect rays is missing.
Given my goal is mainly to isolate the lights specular contribution, I even tried subtracting from the Full lights contribution, but this lead to the same outcome, missing the indirect data.
C.*L-C<R[GS]>L-C<R[GS]>.+L
Any assistance, or clarification in relation to this would be greatly appreciated.
C<TD>.+L
C<[RT][SG]>*<TD>.+L
It would appear some secondary influence on the SSS material, perhaps from GI/Indirect rays is missing.
Given my goal is mainly to isolate the lights specular contribution, I even tried subtracting from the Full lights contribution, but this lead to the same outcome, missing the indirect data.
C.*L-C<R[GS]>L-C<R[GS]>.+L
Any assistance, or clarification in relation to this would be greatly appreciated.
Comment