Skip to content

Clearcoat IBL attenuation inconsistant between doc and code #9890

@kai-z99

Description

@kai-z99

Documentation for clearcoat IBL says:

iblSpecular *= sq(1.0 - Fc)

while in surface_light_indirect.fs we have

Fr *= attenuation; (not squared)

where
float attenuation = 1.0 - Fc;

For both importance sampling and split sum path

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions