Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken rendermode #30

Open
Ktotosh opened this issue Oct 30, 2024 · 1 comment
Open

Broken rendermode #30

Ktotosh opened this issue Oct 30, 2024 · 1 comment
Assignees
Labels
Visual Artifact Visual error (not inaccuracy)

Comments

@Ktotosh
Copy link

Ktotosh commented Oct 30, 2024

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.

@Despatra
Copy link
Owner

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.

@Despatra Despatra added the Visual Artifact Visual error (not inaccuracy) label Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Visual Artifact Visual error (not inaccuracy)
Projects
None yet
Development

No branches or pull requests

2 participants