Skip to content

[feature] Point query: Find nearest hit surface for a given point #67

@syoyo

Description

@syoyo

Point query feature(find nearest hit surface point for a given point) is useful for physics(collision detection), distance fields(e.g. monte carlo geometry processing) and so on.

Here is an example from Embree.

https://www.embree.org/tutorials.html#closest-point

Changes required should be rather small since we already have BVH traversal and ray/prim intersection logics.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions