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
I was testing the new CPU lightmapper proposed in #44628 with a simple GridMap. Whenever I try to bake the lightmap for the scene, I get a crash. Sample scene is attached.
Log:
Godot Engine v3.2.4.beta5+lightmapper.official - https://godotengine.org
OpenGL ES 3.0 Renderer: GeForce RTX 2080/PCIe/SSE2
OpenGL ES Batching: ON
ERROR: get: FATAL: Index p_index = 0 is out of bounds (size() = 0).
At: ./core/cowdata.h:152
I tested the same scene with the official build of v3.2.4.beta5 and the lightmapper worked fine there.
Steps to reproduce:
Create a scene and add a Gridmap.
Create a MeshLibrary containing a cube as the only item.
Paint a scene with the cube "tiles",
Add some lights.
Add a BakedLightmap node and cover the GridMap in its extents.
It was a simple error from my side, I already found a fix for it, but I'm waiting to update the PR together with some other fixes. I will keep you posted :)
Godot version:
Godot Engine v3.2.4.beta5+lightmapper.official
OS/device including version:
Windows 10 (Build: 19042.685, Arch: x64)
AMD Ryzen 7 3800XT
NVidia GeForce RTX 2080 (running GLES3)
Issue description:
I was testing the new CPU lightmapper proposed in #44628 with a simple GridMap. Whenever I try to bake the lightmap for the scene, I get a crash. Sample scene is attached.
Log:
I tested the same scene with the official build of v3.2.4.beta5 and the lightmapper worked fine there.
Steps to reproduce:
Minimal reproduction project:
TestGridmapLightmap.zip
The text was updated successfully, but these errors were encountered: