zdray/src/lightmap
2021-11-01 02:55:58 +01:00
..
collision.cpp - fix building in GCC-10 2021-09-25 06:11:38 -04:00
collision.h - remove kex prefix from classes 2018-11-09 21:26:00 +01:00
delauneytriangulator.cpp Fix compile error 2021-10-17 03:26:48 +02:00
delauneytriangulator.h Add the delauney triangulator (not used, but I don't want to lose this code in case I decide to use it after all) 2021-10-14 15:49:27 +02:00
gpuraytracer.cpp Minor adjustments 2021-11-01 02:55:58 +01:00
gpuraytracer.h Create the pipeline 2021-11-01 02:20:57 +01:00
lightmap.cpp Add a new raytracer that bounces using path tracing 2021-10-21 06:31:58 +02:00
lightmap.h Prepare the code for writing a new ray tracer 2021-10-20 05:28:41 +02:00
pngwriter.cpp Prepare the code for writing a new ray tracer 2021-10-20 05:28:41 +02:00
pngwriter.h Prepare the code for writing a new ray tracer 2021-10-20 05:28:41 +02:00
raytracer.cpp Add a new raytracer that bounces using path tracing 2021-10-21 06:31:58 +02:00
raytracer.h Add a new raytracer that bounces using path tracing 2021-10-21 06:31:58 +02:00
stacktrace.cpp Move stack trace capture out of gpuraytracer.cpp 2021-10-31 19:20:23 +01:00
stacktrace.h Move stack trace capture out of gpuraytracer.cpp 2021-10-31 19:20:23 +01:00
surfacelight.cpp - rename surfacelight file 2018-11-09 22:20:31 +01:00
surfacelight.h - rename surfacelight file 2018-11-09 22:20:31 +01:00
surfaces.cpp Prepare the code for writing a new ray tracer 2021-10-20 05:28:41 +02:00
surfaces.h Prepare the code for writing a new ray tracer 2021-10-20 05:28:41 +02:00
vulkanbuilders.cpp Move stack trace capture out of gpuraytracer.cpp 2021-10-31 19:20:23 +01:00
vulkanbuilders.h Minor adjustments 2021-11-01 02:55:58 +01:00
vulkandevice.cpp Fix vulkan validation errors 2021-10-31 03:05:43 +01:00
vulkandevice.h Fix vulkan validation errors 2021-10-31 03:05:43 +01:00
vulkanobjects.h Minor adjustments 2021-11-01 02:55:58 +01:00
worker.cpp - improve distribution of work between worker threads 2018-12-31 16:43:50 +01:00
worker.h - remove kex prefix from classes 2018-11-09 21:26:00 +01:00