Add Z-buffer, fixes issue with pyramidal studs
[render.git] / render.c
2022-04-20 Nick DowningAdd Z-buffer, fixes issue with pyramidal studs master
2022-04-20 Nick DowningSome effort to fix a bug where pyramidal studs of chest...
2022-04-20 Nick DowningImprove performance by drawing into CPU framebuffer...
2022-04-20 Nick DowningAdd rough texturization, driven by barycentric rather...
2022-04-20 Nick DowningTranspose the qug array, remove pug array in favour...
2022-04-20 Nick DowningMake calling program use direct access to obj internals...
2022-04-20 Nick DowningIn obj.[ch] remove obj typedef in favour of struct...
2022-04-19 Nick DowningImplement hidden face removal, although there are some...
2022-04-19 Nick DowningSimplify the code for gathering the vertices of a face
2022-04-19 Nick DowningAdd obj support from https://github.com/rlk/obj.git...
2022-04-19 Nick DowningImprove navigation to use new dynamically allocated...
2022-04-19 Nick DowningImplement generic printing and matrix/vector routines...
2022-04-19 Nick DowningAdd extra constructors for initialized and zeroed arrays
2022-04-19 Nick DowningImprove array package so that dimensions are stored...
2022-04-18 Nick DowningAllow to spin the cube
2022-04-18 Nick DowningDraw a cube
2022-04-18 Nick DowningEmpty SDL2 example with my array package