Skip to content
Snippets Groups Projects
Commit 920e3bd8 authored by Yoel's avatar Yoel
Browse files

Testing fixed with new CirclePLane atribute doublefaced

parent e5eacb97
No related branches found
No related tags found
No related merge requests found
...@@ -450,7 +450,7 @@ void shape_test() { ...@@ -450,7 +450,7 @@ void shape_test() {
{ {
std::cout << " CirclePlane: "; std::cout << " CirclePlane: ";
shapes::CirclePlane circ_plane(5.0, red_material); shapes::CirclePlane circ_plane(5.0, false, red_material);
cam::Ray direct_ray(util::Vec3(0, 3, 0), util::Vec3(0.3, -1, 0.2), 0, cam::Ray direct_ray(util::Vec3(0, 3, 0), util::Vec3(0.3, -1, 0.2), 0,
100, false); 100, false);
cam::Ray bounding_ray(util::Vec3(4.6, -1, 4), util::Vec3(-0.1, 1, 0.5), cam::Ray bounding_ray(util::Vec3(4.6, -1, 4), util::Vec3(-0.1, 1, 0.5),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment