Skip to content

Commit

Permalink
Implementation of raytracing in implicitBVH.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Grogan committed Nov 1, 2024
1 parent e8c4583 commit 0193c62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,8 @@ end

@testset "ray-box isintersection" begin

using ImplicitBVH: isintersection

# Below box and ray going through corner
box = BBox((0., 0., 0.), (1., 1., 1.))
point = [-1., -1., -1.]
Expand Down

0 comments on commit 0193c62

Please sign in to comment.