raytracer-c/module_shapes
2023-10-08 00:24:33 -04:00
..
bound.c Refactor functions with no arguments to make sure they have a prototype 2023-10-02 20:05:58 -04:00
bound.h Refactor functions with no arguments to make sure they have a prototype 2023-10-02 20:05:58 -04:00
CMakeLists.txt clang-format commit 4 2020-10-23 23:41:36 -04:00
cone.c Refactor functions with no arguments to make sure they have a prototype 2023-10-02 20:05:58 -04:00
cone.h Refactor functions with no arguments to make sure they have a prototype 2023-10-02 20:05:58 -04:00
csg.c clang-format commit 4 2020-10-23 23:41:36 -04:00
csg.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
cube.c clang-format commit 4 2020-10-23 23:41:36 -04:00
cube.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
cylinder.c Refactor functions with no arguments to make sure they have a prototype 2023-10-02 20:05:58 -04:00
cylinder.h Refactor functions with no arguments to make sure they have a prototype 2023-10-02 20:05:58 -04:00
group.c Genericize lists, makes it easy to switch between linked list to array backed list 2023-10-08 00:24:33 -04:00
group.h Refactor functions with no arguments to make sure they have a prototype 2023-10-02 20:05:58 -04:00
plane.c clang-format commit 4 2020-10-23 23:41:36 -04:00
plane.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
shape.c Rendering working from yaml file. Only cubes are supported & no material definitions yet either... 2020-12-11 23:37:06 -05:00
shape.h Rendering working from yaml file. Only cubes are supported & no material definitions yet either... 2020-12-11 23:37:06 -05:00
sphere.c clang-format commit 4 2020-10-23 23:41:36 -04:00
sphere.h Refactor Fn_apply->UTILITIES_fn_apply 2023-10-07 19:55:56 -04:00
testshape.c Refactor functions with no arguments to make sure they have a prototype 2023-10-02 20:05:58 -04:00
testshape.h Refactor functions with no arguments to make sure they have a prototype 2023-10-02 20:05:58 -04:00
triangle.c clang-format commit 4 2020-10-23 23:41:36 -04:00
triangle.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