mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-08-02 15:32:16 +00:00
debug: disable fancy second pass to test terrain visibility
This commit is contained in:
@@ -1428,7 +1428,7 @@ void GameRenderer::renderLevel(float a, __int64 until)
|
||||
// 4J - have changed this fancy rendering option to work with our command buffers. The original used to use frame buffer flags to disable
|
||||
// writing to colour when doing the z-only pass, but that value gets obliterated by our command buffers. Using alpha blend function instead
|
||||
// to achieve the same effect.
|
||||
if (true) // (mc->options->fancyGraphics)
|
||||
if (false) // (mc->options->fancyGraphics)
|
||||
{
|
||||
if (mc->options->ambientOcclusion)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user