Skip to content

Commit

Permalink
[bvh]: Add support for BVH
Browse files Browse the repository at this point in the history
  • Loading branch information
cszach committed Feb 6, 2024
1 parent e80b4a7 commit ee7e058
Show file tree
Hide file tree
Showing 17 changed files with 599,647 additions and 599,515 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
3 changes: 2 additions & 1 deletion README.md
Binary file modified image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,198,878 changes: 599,439 additions & 599,439 deletions image.ppm
4 changes: 2 additions & 2 deletions include/3d/AABB.cuh
29 changes: 29 additions & 0 deletions include/3d/BVH.cuh
2 changes: 1 addition & 1 deletion include/3d/Camera.cuh
2 changes: 1 addition & 1 deletion include/3d/Object.cuh
14 changes: 9 additions & 5 deletions include/3d/Scene.cuh
2 changes: 1 addition & 1 deletion include/3d/Sphere.cuh
83 changes: 42 additions & 41 deletions src/3d/AABB.cu
77 changes: 77 additions & 0 deletions src/3d/BVH.cu
2 changes: 1 addition & 1 deletion src/3d/Camera.cu
2 changes: 1 addition & 1 deletion src/3d/Renderer.cu
51 changes: 33 additions & 18 deletions src/3d/Scene.cu
7 changes: 4 additions & 3 deletions src/3d/Sphere.cu
5 changes: 4 additions & 1 deletion src/main.cu

0 comments on commit ee7e058

Please sign in to comment.