Skip to content

Commit

Permalink
Remove trace from old api.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbikker authored Dec 26, 2024
1 parent 435ea9a commit 1f2a64e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 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 All @@ -72,4 +70,4 @@ int main()

// all done.
return 0;
}
}

0 comments on commit 1f2a64e

Please sign in to comment.