Phoxel

Phoxel

51.3k Downloads

Broken rendermode

Ktotosh opened this issue ยท 2 comments

commented

Describe the bug
Non-full blocks don't render, grass and foilage is gray. Normal mode works just fine.
Steps to Reproduce
Turn on render mode

Screenshots
2024-10-30_17 41 17
image
There is a full block a slab and a sign on the second screenshot.

Specifications if it has to do with performance or crashes

  • Graphics Card: RTX 3060
  • Minecraft Version: 1.20.1 Fabric
  • Shader Version: Release 0.5
  • Shader Loader: Iris 1.7.2
  • Loader Version: Fabric API 0.91.1

Additional context
Only had a few other mods unrelated to graphics. No resourcepacks used.

commented

This is a side product of an intentional feature. Render mode doesn't use the rasterized scene, unlike normal. The benefits being accurate AA, DOF, and a few other affects. Unfortunately because of this anything the tracer can't see, or sees incorrectly is very obvious.
Grass (and other tinted grayscale textures) is gray because that is what grass looks like to the shader, as it is colored when being drawn.
Render mode does have other issues too, so it is a work in progress to get these issues fixed.