Skip to content

Commit

Permalink
Removed leftover from old api.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbikker committed Dec 26, 2024
1 parent 835408c commit 05fbb4b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tiny_bvh_minimal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ int main()
{
tinybvh::BVH bvh;
bvh.Build( triangles, TRIANGLE_COUNT );
// bvh.Convert( tinybvh::BVH::WALD_32BYTE, tinybvh::BVH::VERBOSE );
// bvh.Refit( tinybvh::BVH::VERBOSE );

// from here: play with the BVH!
int steps = bvh.Intersect( ray );
Expand Down

0 comments on commit 05fbb4b

Please sign in to comment.