raytracer-c/module_raytracer
2023-12-10 02:10:20 -05:00
..
camera.c Convert to pthreads from OpenMP 2023-12-10 02:10:20 -05:00
camera.h Begin parsing yaml, can parse camera, lights. Need to add objects. Lots of cleanup & implementation to do 2020-12-04 23:09:11 -05:00
canvas.c Refactor/rename Sasprintf -> UTILITIES_sasprintf 2023-10-07 19:39:43 -04:00
canvas.h Begin parsing yaml, can parse camera, lights. Need to add objects. Lots of cleanup & implementation to do 2020-12-04 23:09:11 -05:00
CMakeLists.txt Rendering working from yaml file. Only cubes are supported & no material definitions yet either... 2020-12-11 23:37:06 -05:00
configuration.c Add sphere parsing 2020-12-18 19:20:49 -05:00
configuration.h Rendering working from yaml file. Only cubes are supported & no material definitions yet either... 2020-12-11 23:37:06 -05:00
lights.c Begin yaml implementation - parsing light definition seems to work 2020-11-24 23:00:58 -05:00
lights.h Begin yaml implementation - parsing light definition seems to work 2020-11-24 23:00:58 -05:00
material.c Refactor functions with no arguments to make sure they have a prototype 2023-10-02 20:05:58 -04:00
material.h Refactor functions with no arguments to make sure they have a prototype 2023-10-02 20:05:58 -04:00
ray.c Genericize lists, makes it easy to switch between linked list to array backed list 2023-10-08 00:24:33 -04:00
ray.h Refactor Fn_apply->UTILITIES_fn_apply 2023-10-07 19:55:56 -04:00
sequences.c Convert to pthreads from OpenMP 2023-12-10 02:10:20 -05:00
sequences.h clang-format commit 2 2020-10-23 23:24:44 -04:00
wavefrontobj.c Genericize lists, makes it easy to switch between linked list to array backed list 2023-10-08 00:24:33 -04:00
wavefrontobj.h Genericize lists, makes it easy to switch between linked list to array backed list 2023-10-08 00:24:33 -04:00
world.c Refactor RAY_Computations usage to eliminate some calls to malloc 2023-10-03 23:35:45 -04:00
world.h Minor cleanup to make OpenMP work on MacOS (with gcc). Properly declare shape vtables & world default reflection ttl 2022-07-08 01:29:53 -04:00
yamlloader.c Refactor/rename Sasprintf -> UTILITIES_sasprintf 2023-10-07 19:39:43 -04:00
yamlloader.h Begin parsing yaml, can parse camera, lights. Need to add objects. Lots of cleanup & implementation to do 2020-12-04 23:09:11 -05:00