Skip to content

Trimesh isn't watertight #444

Description

@joonazan

I am not comfortable using trimesh for intersecting projectiles with terrain because it is not watertight. Here's a raycast of the Stanford bunny. If you look really closely, you can see that it is littered with one-pixel holes.

Image

Woop's watertight triangle intersection is slightly more expensive than the cheapest alternative but I don't think it would make a practical difference since the bottleneck is traversing the BVH, not FLOPs. Would you accept a PR that changes the triangle narrow phase?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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