You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the problem or limitation you are having in your project
When baking lightmap for static lights, the lightmap resolution can sometimes be insufficient for especially thin objects. This is especially visible in godotengine/godot#89919 (review).
Describe the feature / enhancement and how it helps to overcome the problem or limitation
Simply take a few more shadow samples when baking.
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
When baking, instead of taking one sample, take multiple samples slightly offset on a plane perpendicular to light direction. This makes sure that a pixel in the lightmap averages out any sudden change in the area it covers and make the shadows a little more nice to look at.
If this enhancement will not be used often, can it be worked around with a few lines of script?
No
Is there a reason why this should be core and not an add-on in the asset library?
Lightmap baking is core
The text was updated successfully, but these errors were encountered:
Describe the project you are working on
N/A
Describe the problem or limitation you are having in your project
When baking lightmap for static lights, the lightmap resolution can sometimes be insufficient for especially thin objects. This is especially visible in godotengine/godot#89919 (review).
Describe the feature / enhancement and how it helps to overcome the problem or limitation
Simply take a few more shadow samples when baking.
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
When baking, instead of taking one sample, take multiple samples slightly offset on a plane perpendicular to light direction. This makes sure that a pixel in the lightmap averages out any sudden change in the area it covers and make the shadows a little more nice to look at.
If this enhancement will not be used often, can it be worked around with a few lines of script?
No
Is there a reason why this should be core and not an add-on in the asset library?
Lightmap baking is core
The text was updated successfully, but these errors were encountered: