jnmartin84
jnmartin84
Doom uses lookup tables for fixed-point trig approximations. I did an experiment in the past using cached vs uncached accesses for these and it performs the same which suggests to...
Now that 64Doom is using DFS this would be a major improvement and not difficult, I can probably throw this together in one morning. Directory listing, filter out everything that...
I implemented a 3D vector normal map to 2D hemisphere normal map conversion tool as a modification of the original dcbumpgen tool, currently named "dchemigen." I also have a working...