Header update/corrections

This commit is contained in:
Godzil
2020-03-05 15:06:16 +00:00
parent 6a2c5a77ae
commit 2ebc177d9d
17 changed files with 16 additions and 24 deletions

View File

@@ -6,14 +6,6 @@
* Copyright (c) 2020 986-Studio. * 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.h>
#include <math_helper.h> #include <math_helper.h>
#include <ray.h> #include <ray.h>

View File

@@ -1,6 +1,6 @@
/* /*
* DoRayMe - a quick and dirty Raytracer * 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 * Created by Manoël Trapier
* Copyright (c) 2020 986-Studio. * Copyright (c) 2020 986-Studio.

View File

@@ -1,6 +1,6 @@
/* /*
* DoRayMe - a quick and dirty Raytracer * 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 * Created by Manoël Trapier
* Copyright (c) 2020 986-Studio. * Copyright (c) 2020 986-Studio.

View File

@@ -1,6 +1,6 @@
/* /*
* DoRayMe - a quick and dirty Raytracer * 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 * Created by Manoël Trapier
* Copyright (c) 2020 986-Studio. * Copyright (c) 2020 986-Studio.

View File

@@ -1,6 +1,6 @@
/* /*
* DoRayMe - a quick and dirty Raytracer * 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 * Created by Manoël Trapier
* Copyright (c) 2020 986-Studio. * Copyright (c) 2020 986-Studio.

View File

@@ -1,6 +1,6 @@
/* /*
* DoRayMe - a quick and dirty Raytracer * 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 * Created by Manoël Trapier
* Copyright (c) 2020 986-Studio. * Copyright (c) 2020 986-Studio.

View File

@@ -1,6 +1,6 @@
/* /*
* DoRayMe - a quick and dirty Raytracer * 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 * Created by Manoël Trapier
* Copyright (c) 2020 986-Studio. * Copyright (c) 2020 986-Studio.

View File

@@ -1,6 +1,6 @@
/* /*
* DoRayMe - a quick and dirty Raytracer * DoRayMe - a quick and dirty Raytracer
* Render test for reflection in chapter 13. * Bonus scene - Christmas ball
* *
* Created by Manoël Trapier * Created by Manoël Trapier
* Copyright (c) 2020 986-Studio. * Copyright (c) 2020 986-Studio.

View File

@@ -1,6 +1,6 @@
/* /*
* DoRayMe - a quick and dirty Raytracer * DoRayMe - a quick and dirty Raytracer
* Matric unit tests * Matrix unit tests
* *
* Created by Manoël Trapier * Created by Manoël Trapier
* Copyright (c) 2020 986-Studio. * Copyright (c) 2020 986-Studio.

View File

@@ -1,6 +1,6 @@
/* /*
* DoRayMe - a quick and dirty Raytracer * DoRayMe - a quick and dirty Raytracer
* Ray unit tests * Sequence unit tests
* *
* Created by Manoël Trapier * Created by Manoël Trapier
* Copyright (c) 2020 986-Studio. * Copyright (c) 2020 986-Studio.

View File

@@ -1,6 +1,6 @@
/* /*
* DoRayMe - a quick and dirty Raytracer * 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 * Created by Manoël Trapier
* Copyright (c) 2020 986-Studio. * Copyright (c) 2020 986-Studio.

View File

@@ -1,6 +1,6 @@
/* /*
* DoRayMe - a quick and dirty Raytracer * 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 * Created by Manoël Trapier
* Copyright (c) 2020 986-Studio. * Copyright (c) 2020 986-Studio.

View File

@@ -1,6 +1,6 @@
/* /*
* DoRayMe - a quick and dirty Raytracer * DoRayMe - a quick and dirty Raytracer
* Render test for chapter 10 * Checkered cubes for bonus chapter UV Mapping
* *
* Created by Manoël Trapier * Created by Manoël Trapier
* Copyright (c) 2020 986-Studio. * Copyright (c) 2020 986-Studio.

View File

@@ -1,6 +1,6 @@
/* /*
* DoRayMe - a quick and dirty Raytracer * DoRayMe - a quick and dirty Raytracer
* Render test for chapter 10 * Checkered cylinder for bonus chapter UV Mapping
* *
* Created by Manoël Trapier * Created by Manoël Trapier
* Copyright (c) 2020 986-Studio. * Copyright (c) 2020 986-Studio.

View File

@@ -1,6 +1,6 @@
/* /*
* DoRayMe - a quick and dirty Raytracer * DoRayMe - a quick and dirty Raytracer
* Render test for chapter 10 * Checkered plane for bonus chapter UV Mapping
* *
* Created by Manoël Trapier * Created by Manoël Trapier
* Copyright (c) 2020 986-Studio. * Copyright (c) 2020 986-Studio.

View File

@@ -1,6 +1,6 @@
/* /*
* DoRayMe - a quick and dirty Raytracer * DoRayMe - a quick and dirty Raytracer
* Render test for chapter 10 * Checkered sphere for bonus chapter UV Mapping
* *
* Created by Manoël Trapier * Created by Manoël Trapier
* Copyright (c) 2020 986-Studio. * Copyright (c) 2020 986-Studio.

View File

@@ -1,6 +1,6 @@
/* /*
* DoRayMe - a quick and dirty Raytracer * DoRayMe - a quick and dirty Raytracer
* Render test for chapter 10 * Earth globe render for bonus chapter UV Mapping
* *
* Created by Manoël Trapier * Created by Manoël Trapier
* Copyright (c) 2020 986-Studio. * Copyright (c) 2020 986-Studio.