Canvas Renderer

Canvas Renderer

202k Downloads

Wrong lighting on certain model quads

paulevsGitch opened this issue ยท 5 comments

commented

Sometimes block quads renders as black or white, partially independent of options and AO/Diffuse lighting. This happens to random quads of complex models with size smaller than one block

2020-10-08_20 30 26

commented

This is bubble coral from my upcoming mod, its model is here

I tried to fix it with shader, disabling AO and Diffuse have small effect, but quads are still wrong shaded

I saw the same issue on wall mushrooms from Better Nether mod. Probably this is related to small vertex size or their random rotation

commented

What block is in the picture? Looks useful for testing.

commented

Thank you for the extra detail. Does it look correct with Indigo when Canvas isn't running? (indigo is the default renderer that comes with Fabric.)

commented

Yes, Indigo rendering is correct

Indigo:
2020-10-10_00 26 24

Canvas:
2020-10-10_00 23 10

commented

Should be fixed in the most recent GitHub build. Curseforge release still a ways off.

Please advise if still occurring.