[FEAT] Finish the Chapter 05 with the render of a sphere shadow.

This commit is contained in:
NADAL Jean-Baptiste
2024-02-14 16:44:13 +01:00
parent d019402756
commit d3fe032c8c
12 changed files with 160 additions and 50 deletions

View File

@@ -459,6 +459,10 @@ SCENARIO("The hit is always the lowest nonnegative intersection", "[features/int
{
REQUIRE(i == i4);
}
AND_THEN("i is defined")
{
REQUIRE(i.is_defined());
}
}
}
}