Skip to content

Possible bug in Ray Queries shader #452

Closed
@JoseEmilio-ARM

Description

@JoseEmilio-ARM

If an intersection was found, then the returned value would be the committed intersection's value, as opposed to the candidate intersection. Should

dist = rayQueryGetIntersectionTEXT(query, false);

be replaced with

dist = rayQueryGetIntersectionTEXT(query, true);

?

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