4 Commits

Author SHA1 Message Date
2eef2be39e raytracing: update example 2024-02-02 08:58:53 +08:00
511bfd1d0c remove duplicate start functions
This is now provided by default in saturn/common.mk.

Also updates moved header names, changed bit macro names, and changes
to the common.mk build process.
2023-07-30 18:03:19 +00:00
5c1418c27e raytracing: switch pixel format from 24 bpp to 15 bpp
The Sega Saturn does not have enough video RAM to store an entire 24-bit
framebuffer. Attempting this causes the "bottom" half of the scene to be
clipped, as video RAM addresses that do not exist are written to.
2023-04-28 05:33:30 -07:00
0d12a68986 move raytracing to a new directory 2023-01-27 00:04:47 -08:00