Skip to content

Is there one bug in GatherLightSamples #208

@lishu1980

Description

@lishu1980

in cl kernel function GatherLightSamples
float4 radiance = 0.f;
it make radiance.w is 0.
this result in highlighting of the final pixel increases with the number of samples

other codes to add output in cl. eg: ShadeBackgroundImage
float4 v = make_float4(0.f, 0.f, 0.f, 1.f);
ShadeBackgroundEnvMap
float4 v = make_float4(0.f, 0.f, 0.f, 1.f);

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