raytracer-c/module_raytracer
2022-07-24 04:19:45 -04:00
..
camera.c 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
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 Add texture/image mapping 2020-11-05 05:46:35 -05: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 Parse yaml with materials (but not patterns) 2020-12-20 18:56:00 -05:00
material.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
ray.c Stop using reallocarray for portability 2020-12-04 23:09:08 -05:00
ray.h clang-format commit 2 2020-10-23 23:24:44 -04:00
sequences.c clang-format commit 2 2020-10-23 23:24:44 -04:00
sequences.h clang-format commit 2 2020-10-23 23:24:44 -04:00
wavefrontobj.c Fix wavefront obj normalization and do some (slightly) better error checking 2022-07-24 04:19:45 -04:00
wavefrontobj.h clang-format commit 2 2020-10-23 23:24:44 -04:00
world.c 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
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 Add plane so we can render the shadow glamour shot 2020-12-20 19:09:52 -05: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