Skip to content

Release v0.2.5

Choose a tag to compare

@KhoiDOO KhoiDOO released this 26 Jun 11:19
· 1000 commits to main since this release

aa17ea5 chore: Update setup script
94d7767 chore: Update project configuration
946cdef docs: Add TriangleMesh ray intersection visualizations
eb76dbc docs: Add BVH ray query examples
3e88c43 feat: Bind TriangleMesh ray intersection and properties
2748c4a feat: Bind MeshBVH get_ray_intersection
f618af3 feat: Bind BVH ray query interfaces
c601c7f refactor: Clean up unused methods in TriangleMesh
2909366 feat: Add ray intersection interfaces to TriangleMesh
5908081 feat: Implement narrow-phase ray-triangle intersections in MeshBVH
de62732 feat: Expose distance returns in MeshBVH ray intersection
5af7a8d feat: Implement broad-phase ray queries in BVH
326fe5f feat: Add ray query support to BVH headers
61f47bd feat: Enhance Triangle primitive with ray intersection
918fd6e feat: Add Ray struct for intersection queries
d594cc3 docs: Update README