diff --git a/src/scene.cpp b/src/scene.cpp index 1880f28..278dee8 100644 --- a/src/scene.cpp +++ b/src/scene.cpp @@ -53,6 +53,8 @@ bool test_triangle( return true; } } + + return false; } std::optional test_mesh(const Ray ray, const Object& object, const tinyobj::mesh_t& mesh, float& tClosest) {