IcterusGames / SimpleGrassTextured

Plugin to make grass on Godot 4
MIT License
170 stars 16 forks source link

Unshaded Texture Glitch #5

Closed FeralBytes closed 8 months ago

FeralBytes commented 9 months ago

When grass is un-shaded it seems to glitch at certain times and at certain distances. I have attached a video to better demonstrate the issue. I think it is related to the lights in the scene, but turning off all of the lights still results in weird glitches. If you have any ideas what we could do to avoid this issue that occurs at the transition between light sources, I would appreciate your insights. Thank you for this awesome addon.

https://github.com/IcterusGames/SimpleGrassTextured/assets/7874274/ef060dbc-a2f4-49c4-9083-3b3280e29c32

FeralBytes commented 9 months ago

Just an update on this issue so long as we have plenty of lights even in the transition areas it seems to prevent this issue. Basically no place can be dark as in no light, or else the un-shaded issue shows it self in the dark spots.

IcterusGames commented 8 months ago

Fixed in version 2.0.2

FeralBytes commented 8 months ago

After some testing we can confirm that 2.0.2 does indeed fix the un-shaded issue. Thank you.