Skip to content

Commit 6b366a2

Browse files
committed
Update
1 parent 62df6c7 commit 6b366a2

61 files changed

Lines changed: 1630 additions & 1616 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

AABB.hpp

Lines changed: 0 additions & 166 deletions
This file was deleted.

BVH.hpp

Lines changed: 0 additions & 66 deletions
This file was deleted.

CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread")
88

99
include_directories(/usr/local/include)
1010

11-
add_executable(RayTracerHowTo main.cpp Vector.hpp global.hpp OBJ_Loader.hpp
12-
Scene.hpp Scene.cpp Object.hpp Sphere.hpp Triangle.hpp Light.hpp Light.cpp
13-
BVH.hpp BVH.cpp AABB.hpp Ray.hpp Material.hpp Intersection.hpp
14-
raytracer.hpp raytracer.cpp)
11+
add_executable(RayTracerHowTo main.cpp vector.hpp global.hpp scene.hpp scene.cpp
12+
camera.hpp aabb.hpp bvh.hpp bvh.cpp intersection.hpp light.hpp light.cpp
13+
material.hpp ray.hpp raytracer.hpp raytracer.cpp object.hpp OBJ_loader.hpp
14+
triangle.hpp sphere.hpp)
1515
target_link_libraries(RayTracerHowTo ${OpenCV_LIBRARIES})

0 commit comments

Comments
 (0)