Skip to content

Commit 3dacf1b

Browse files
Dmitrii Kozlovfacebook-github-bot
authored andcommitted
Revert D82481416: Implement TriBvh in a more simd-efficient way.
Differential Revision: D82481416 Original commit changeset: 7ef210717f45 Original Phabricator Diff: D82481416 fbshipit-source-id: 7f33b33fd15f43b41030453f418b18c7f72eb1a0
1 parent dad5a74 commit 3dacf1b

File tree

12 files changed

+245
-3589
lines changed

12 files changed

+245
-3589
lines changed

axel/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ set(headers
3333
axel/math/BoundingBoxUtils.h
3434
axel/math/PointTriangleProjection.h
3535
axel/math/PointTriangleProjectionDefinitions.h
36-
axel/math/RayBoxIntersection.h
3736
axel/math/RayTriangleIntersection.h
3837
axel/BoundingBox.h
3938
axel/Bvh.h
@@ -46,7 +45,6 @@ set(headers
4645

4746
set(sources
4847
axel/math/PointTriangleProjection.cpp
49-
axel/math/RayBoxIntersection.cpp
5048
axel/math/RayTriangleIntersection.cpp
5149
axel/BoundingBox.cpp
5250
axel/Bvh.cpp

0 commit comments

Comments
 (0)