-
-
Notifications
You must be signed in to change notification settings - Fork 21.6k
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
Vulkan: GridMap is not included in SDFGI baking #40617
Comments
Does this mean all non-node-based mesh instances aren't included as well? (when using |
@Zylann, I lack the knowledge of the Godot rendering pipeline to properly answer that question. However, I can confirm that SDFGI Baking does include MultiMeshInstance nodes and CSG nodes with or without a combiner. |
This seems to be working for me. The lighting doesn't always update right away, but in general it works. |
I can confirm SDFGI works with GridMap cells on 4.0.stable. The glowing cubes are GridMap cells, they both receive and contribute to GI: Testing project: GridMapSDFGI2.zip |
Godot version:
4.0, master branch, Commit Hash: 0cd98ec
OS/device including version:
Windows 10 v. 2004, RTX 2060, NVidia GeForce Game-Ready Driver v. 451.67, Vulkan backend.
Issue description:
![image](https://user-images.githubusercontent.com/25652538/88245325-acaf3b00-cc4b-11ea-9b81-ff02565276b7.png)
My Grid Map is not being shown in SDFGI, despite being set to be used for baked lighting. Mesh Instances are able to use SDFGI with the same settings, but if it's in a Grid Map, SDFGI doesn't work at all. The expected behavior would be the Grid Map producing the same sort of lighting as the Mesh Instances.
Steps to reproduce:
Create a Grid Map and place objects with it, and then enable SDFGI. If you construct the same thing with Mesh Instances, you will notice that they affect the lighting, but the Grid map doesn't.
Minimal reproduction project:
GridMapSDFGI.zip
The text was updated successfully, but these errors were encountered: