Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jbikker authored Dec 11, 2024
1 parent 589dce6 commit 1545e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Version 1.1.0 introduces a <ins>change to the API</ins>. The single BVH class wi

````
BVH bvh;
bvh.Build( ... );
bvh.Build( (bvhvec4*)myTriData, triangleCount );
BVH_SoA bvh2( bvh ); // convert from BVH to BVH_SoA
bvh.Intersect( ray );
bvh2.Intersect( ray );
Expand Down

0 comments on commit 1545e3c

Please sign in to comment.