Ericson2314 / Voxlap

Making Ken Silverman's "Voxlap" voxel graphics engine run on any platform with SDL.
97 stars 14 forks source link

Use of proper fixed-width types when appropriate #18

Open Ericson2314 opened 11 years ago

Ericson2314 commented 11 years ago

Be forewarned that Ken only included "unsigned" half the time he meant it.

Lensman commented 11 years ago

Was he using overflows in his algorithms for speed?

Ericson2314 commented 11 years ago

I have no clue. I think most of the stuff can be done the same way with better types, but I am not sure. More there is just some edge case sneaking out.