From 2ebc177d9d25fcfa0c772da6f208271df714e606 Mon Sep 17 00:00:00 2001 From: Godzil Date: Thu, 5 Mar 2020 15:06:16 +0000 Subject: [PATCH] Header update/corrections --- tests/boundingbox_test.cpp | 8 -------- tests/ch11_refraction.cpp | 2 +- tests/ch11_test.cpp | 2 +- tests/ch12_test.cpp | 2 +- tests/ch13_cone.cpp | 2 +- tests/ch13_test.cpp | 2 +- tests/ch14_test.cpp | 2 +- tests/christmasball_render.cpp | 2 +- tests/matrix_test.cpp | 2 +- tests/sequence_test.cpp | 2 +- tests/triangle_rendertest.cpp | 2 +- tests/uvmap_aligncheckplane.cpp | 2 +- tests/uvmap_checkeredcube.cpp | 2 +- tests/uvmap_checkeredcylinder.cpp | 2 +- tests/uvmap_checkeredplane.cpp | 2 +- tests/uvmap_checkeredsphere.cpp | 2 +- tests/uvmap_earth.cpp | 2 +- 17 files changed, 16 insertions(+), 24 deletions(-) diff --git a/tests/boundingbox_test.cpp b/tests/boundingbox_test.cpp index 6400c5b..f6918c3 100644 --- a/tests/boundingbox_test.cpp +++ b/tests/boundingbox_test.cpp @@ -6,14 +6,6 @@ * Copyright (c) 2020 986-Studio. * */ -/* - * DoRayMe - a quick and dirty Raytracer - * Camera unit tests - * - * Created by Manoël Trapier - * Copyright (c) 2020 986-Studio. - * - */ #include #include #include diff --git a/tests/ch11_refraction.cpp b/tests/ch11_refraction.cpp index 34ac730..abc59c0 100644 --- a/tests/ch11_refraction.cpp +++ b/tests/ch11_refraction.cpp @@ -1,6 +1,6 @@ /* * DoRayMe - a quick and dirty Raytracer - * Render test for reflection in chapter 11. + * Render test for refraction in chapter 11. * * Created by Manoël Trapier * Copyright (c) 2020 986-Studio. diff --git a/tests/ch11_test.cpp b/tests/ch11_test.cpp index 8ad861c..d40642c 100644 --- a/tests/ch11_test.cpp +++ b/tests/ch11_test.cpp @@ -1,6 +1,6 @@ /* * DoRayMe - a quick and dirty Raytracer - * Render test for reflection in chapter 11. + * Render test for refraction and reflection in chapter 11. * * Created by Manoël Trapier * Copyright (c) 2020 986-Studio. diff --git a/tests/ch12_test.cpp b/tests/ch12_test.cpp index b39ef28..136bb2a 100644 --- a/tests/ch12_test.cpp +++ b/tests/ch12_test.cpp @@ -1,6 +1,6 @@ /* * DoRayMe - a quick and dirty Raytracer - * Render test for reflection in chapter 12. + * Render test for cubes in chapter 12. * * Created by Manoël Trapier * Copyright (c) 2020 986-Studio. diff --git a/tests/ch13_cone.cpp b/tests/ch13_cone.cpp index b51b857..48a4cb8 100644 --- a/tests/ch13_cone.cpp +++ b/tests/ch13_cone.cpp @@ -1,6 +1,6 @@ /* * DoRayMe - a quick and dirty Raytracer - * Render test for reflection in chapter 13. + * Render test for cones in chapter 13. * * Created by Manoël Trapier * Copyright (c) 2020 986-Studio. diff --git a/tests/ch13_test.cpp b/tests/ch13_test.cpp index b9aec01..75c2cc9 100644 --- a/tests/ch13_test.cpp +++ b/tests/ch13_test.cpp @@ -1,6 +1,6 @@ /* * DoRayMe - a quick and dirty Raytracer - * Render test for reflection in chapter 13. + * Render test for cylinders in chapter 13. * * Created by Manoël Trapier * Copyright (c) 2020 986-Studio. diff --git a/tests/ch14_test.cpp b/tests/ch14_test.cpp index a5599ee..6714b37 100644 --- a/tests/ch14_test.cpp +++ b/tests/ch14_test.cpp @@ -1,6 +1,6 @@ /* * DoRayMe - a quick and dirty Raytracer - * Render test for reflection in chapter 13. + * Render test for Group and Bounding box in chapter 14. * * Created by Manoël Trapier * Copyright (c) 2020 986-Studio. diff --git a/tests/christmasball_render.cpp b/tests/christmasball_render.cpp index 8ba84cc..7f5888a 100644 --- a/tests/christmasball_render.cpp +++ b/tests/christmasball_render.cpp @@ -1,6 +1,6 @@ /* * DoRayMe - a quick and dirty Raytracer - * Render test for reflection in chapter 13. + * Bonus scene - Christmas ball * * Created by Manoël Trapier * Copyright (c) 2020 986-Studio. diff --git a/tests/matrix_test.cpp b/tests/matrix_test.cpp index 18d891c..90d385e 100644 --- a/tests/matrix_test.cpp +++ b/tests/matrix_test.cpp @@ -1,6 +1,6 @@ /* * DoRayMe - a quick and dirty Raytracer - * Matric unit tests + * Matrix unit tests * * Created by Manoël Trapier * Copyright (c) 2020 986-Studio. diff --git a/tests/sequence_test.cpp b/tests/sequence_test.cpp index 7d307ef..344bbfa 100644 --- a/tests/sequence_test.cpp +++ b/tests/sequence_test.cpp @@ -1,6 +1,6 @@ /* * DoRayMe - a quick and dirty Raytracer - * Ray unit tests + * Sequence unit tests * * Created by Manoël Trapier * Copyright (c) 2020 986-Studio. diff --git a/tests/triangle_rendertest.cpp b/tests/triangle_rendertest.cpp index 08f40df..9a1953a 100644 --- a/tests/triangle_rendertest.cpp +++ b/tests/triangle_rendertest.cpp @@ -1,6 +1,6 @@ /* * DoRayMe - a quick and dirty Raytracer - * Render test for reflection in chapter 13. + * Render test for triangle in chapter 15. * * Created by Manoël Trapier * Copyright (c) 2020 986-Studio. diff --git a/tests/uvmap_aligncheckplane.cpp b/tests/uvmap_aligncheckplane.cpp index b8412b3..e14fb33 100644 --- a/tests/uvmap_aligncheckplane.cpp +++ b/tests/uvmap_aligncheckplane.cpp @@ -1,6 +1,6 @@ /* * DoRayMe - a quick and dirty Raytracer - * Render test for chapter 10 + * Plane with alignment check pattern for bonus chapter UV Mapping * * Created by Manoël Trapier * Copyright (c) 2020 986-Studio. diff --git a/tests/uvmap_checkeredcube.cpp b/tests/uvmap_checkeredcube.cpp index c94de21..4590dcb 100644 --- a/tests/uvmap_checkeredcube.cpp +++ b/tests/uvmap_checkeredcube.cpp @@ -1,6 +1,6 @@ /* * DoRayMe - a quick and dirty Raytracer - * Render test for chapter 10 + * Checkered cubes for bonus chapter UV Mapping * * Created by Manoël Trapier * Copyright (c) 2020 986-Studio. diff --git a/tests/uvmap_checkeredcylinder.cpp b/tests/uvmap_checkeredcylinder.cpp index c88d998..b0b027a 100644 --- a/tests/uvmap_checkeredcylinder.cpp +++ b/tests/uvmap_checkeredcylinder.cpp @@ -1,6 +1,6 @@ /* * DoRayMe - a quick and dirty Raytracer - * Render test for chapter 10 + * Checkered cylinder for bonus chapter UV Mapping * * Created by Manoël Trapier * Copyright (c) 2020 986-Studio. diff --git a/tests/uvmap_checkeredplane.cpp b/tests/uvmap_checkeredplane.cpp index ee2b356..eb3a8dc 100644 --- a/tests/uvmap_checkeredplane.cpp +++ b/tests/uvmap_checkeredplane.cpp @@ -1,6 +1,6 @@ /* * DoRayMe - a quick and dirty Raytracer - * Render test for chapter 10 + * Checkered plane for bonus chapter UV Mapping * * Created by Manoël Trapier * Copyright (c) 2020 986-Studio. diff --git a/tests/uvmap_checkeredsphere.cpp b/tests/uvmap_checkeredsphere.cpp index 1a05d1c..42776ac 100644 --- a/tests/uvmap_checkeredsphere.cpp +++ b/tests/uvmap_checkeredsphere.cpp @@ -1,6 +1,6 @@ /* * DoRayMe - a quick and dirty Raytracer - * Render test for chapter 10 + * Checkered sphere for bonus chapter UV Mapping * * Created by Manoël Trapier * Copyright (c) 2020 986-Studio. diff --git a/tests/uvmap_earth.cpp b/tests/uvmap_earth.cpp index f605224..7e4a0ef 100644 --- a/tests/uvmap_earth.cpp +++ b/tests/uvmap_earth.cpp @@ -1,6 +1,6 @@ /* * DoRayMe - a quick and dirty Raytracer - * Render test for chapter 10 + * Earth globe render for bonus chapter UV Mapping * * Created by Manoël Trapier * Copyright (c) 2020 986-Studio.