DCxDemo
DCxDemo
Add howl tab with basic HOWL processing functionality.
Current howl code became unbearably slow probably due to multiple vag frame read/writes. optimize by making buffer arrays and avoid writing same sample multiple times (from different banks). Since we...
Given we have an array of bit field structs (index1: b12, index2: b4) containing indices in other arrays of the unknown length, is there any way to calculate max value...
It looks like tab control initializes tab when its clicked for the first time. When all tabs are loaded it generates massive lag when you move the form. find the...
Make strings localizable using resources.
Implement the original BSP/PVS assisted rendering and provide a toggle between full and original. Shouldn't be too hard, pass over the tree and group leaves into trilists, then use pvs...
Implement billboard rendering, can be used to render original wheels. Essentially, just a quad permanently rotated to camera, with extra rotation logic for vertical angles
Interpolate vertex positions between two frames for a less choppy presentation.
Add wrappers for every panic call with a specific enum. Less clunky, easier to read.
Since animation compression is cracked, can add animation to kart models.