top of page

Create Your First Project

Start adding your projects to your portfolio. Click on "Manage Projects" to get started

Bounding Volume Hierarchy

Project type

C++, Computer Graphics, Rendering

For this project, I've implemented the BVH feature using Axis-aligned bounding box to tackle some classic problems such as distance queries (finding the closest triangle mesh to a point) and intersection problems (identifying the intersected triangle between two meshes).

bottom of page