Skip to content

Light Sampling MIS Is Incorrect when using Multiple Lights #11

Description

@Twinklebear

Opening this as a reminder to myself and note to others, the second MIS step for lights is not correct if there are multiple lights in the scene (e.g. here for DXR). It should "trace" the ray and try to intersect all the lights to see which is hit.

However it sounds like this can also be improved by just using the path continuation ray as the "second MIS" sample, rather than having to trace two shadow rays. Eventually I'll move ChameleonRT to use this approach.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions