CaffeineMC / sodium

A Minecraft mod designed to improve frame rates and reduce micro-stutter
Other
4.77k stars 811 forks source link

[TS] Delete VertexRange, use isTranslucent, fix partition tree sorting on geometry with negative dot products #2655

Closed douira closed 2 months ago

douira commented 2 months ago
IMS212 commented 2 months ago

Would it make sense to remove the TS option from settings now, rather than later?

douira commented 2 months ago

I don't know if a setting is necessary. If we don't have to have it, we should remove it before release. Maybe keeping it as a setting in the config file only is enough. However, for debugging TS issues it's helpful if it can be disabled as a comparison. Then again, we can also send them a build with the setting and/or it disabled by default.

jellysquid3 commented 2 months ago

I think we'll get rid of it (or put it behind a developer option) before release. But it's not relevant for this pull request.