Browse Source

Header update/corrections

Godzil 4 years ago
parent
commit
2ebc177d9d

+ 0 - 8
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 <math.h>
 #include <math_helper.h>
 #include <ray.h>

+ 1 - 1
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.

+ 1 - 1
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.

+ 1 - 1
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.

+ 1 - 1
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.

+ 1 - 1
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.

+ 1 - 1
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.

+ 1 - 1
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.

+ 1 - 1
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.

+ 1 - 1
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.

+ 1 - 1
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.

+ 1 - 1
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.

+ 1 - 1
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.

+ 1 - 1
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.

+ 1 - 1
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.

+ 1 - 1
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.

+ 1 - 1
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.