Vampirism - Become a vampire!

Vampirism - Become a vampire!

16M Downloads

[Bug] Blood vision messes up rendering

maxanier opened this issue ยท 3 comments

commented
commented

still up to date?

commented

Check if the players hand is rendered correctly if using blood vision

commented

adding GlStateManager.enableDepthTest() after the 3 framebuffer renderExt's

this.bloodVisionFrameBuffer3.framebufferRenderExt(this.mc.mainWindow.getFramebufferWidth(), this.mc.mainWindow.getFramebufferHeight(), false);
fixes the problem.

since Framebuffer#framebufferRenderExt only disables the depthTest, but does not enables it.
But i know to less about that