crafti icon indicating copy to clipboard operation
crafti copied to clipboard

New Tech, upgrade graphics??

Open PseudonymPatel opened this issue 4 years ago • 1 comments

It would be interesting if we could maybe try to up the graphics in a setting because of the new technology. The new calcs could probably handle using floats instead of integers (in a reduced render distance)

I don't know if you ever tried using floats, but it could be interesting.

PseudonymPatel avatar Nov 13 '19 23:11 PseudonymPatel

The new calcs still don't have an FPU, so using float instead of Fix<8, int32_t> for GLFix would most likely not result in a usable framerate.

It might be possible to enable #define BETTER_PERSPECTIVE though for less glitchy perspective calculations for vertices further away.

Vogtinator avatar Nov 14 '19 08:11 Vogtinator