Godzil 7209244f48 Add cylindrical mapping! il y a 4 ans
..
include 1b6c14691b fmod is not mathematically valid. Replace it by a correct one. il y a 4 ans
pattern 7209244f48 Add cylindrical mapping! il y a 4 ans
shapes 478b1f0af1 Disable a test as it is not consistent between compilers. il y a 4 ans
uvpattern 1b6c14691b fmod is not mathematically valid. Replace it by a correct one. il y a 4 ans
worldbuilder c9021974f6 Add a world generator based on another raytracer file format I made in the past and add a crude tool to run it. il y a 4 ans
CMakeLists.txt 1ceabe7e62 Change CMake files to simplify them. il y a 4 ans
camera.cpp a6f0422bd1 Add renderstat to get some info about rendering. il y a 4 ans
canvas.cpp ba1ae34855 Canvas: use Tuple instead of Colour for put Pixel, add two constructor that may be usefull in the future. il y a 4 ans
colour.cpp f3678992c5 Add Colour implementation il y a 4 ans
intersect.cpp 1cebcd4f8b Fix my own stupidity. il y a 4 ans
intersection.cpp ace7d53571 Clearing up some memory to prevent stupid issues il y a 4 ans
main.cpp 1ceabe7e62 Change CMake files to simplify them. il y a 4 ans
math_helper.cpp 3cfbb604b0 Fix missing includes. il y a 4 ans
matrix.cpp ace7d53571 Clearing up some memory to prevent stupid issues il y a 4 ans
pattern.cpp c369d2fe2d Start working on dumping the world (to a JSON file) for debug purposes. il y a 4 ans
renderstat.cpp 53f66b554b Move renderstat function into the CPP file and add atomic to the variables. il y a 4 ans
sequence.cpp 478b1f0af1 Disable a test as it is not consistent between compilers. il y a 4 ans
transformation.cpp bc047cd89e Add viewTransform transformation il y a 4 ans
tuple.cpp 307c125eba More bounding boxes il y a 4 ans
world.cpp aab9df0802 Add support for Lua in world, and create the Lua Pattern (pattern can be defined with a lua function) il y a 4 ans