-
-
Notifications
You must be signed in to change notification settings - Fork 21.7k
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
GridMap renders 3D meshes as solid black with "Compatibility" renderer #74111
Comments
I can confirm this on 4.0.stable (Linux, GeForce RTX 4090 with NVIDIA 525.89.02).
The preview is a single mesh, while the final GridMap is a MultiMesh. What's interesting is that this does not occur with MultiMeshInstance3D nodes. Here's an instance from a MultiMeshInstance3D on the top, and the GridMap at the bottom: MRP with MultiMeshInstance3D added: racing_multimesh.zip |
I confirm this bug affects any |
Yep, I encountered the same issue. Switching to Forward+ or Mobile is a simple workaround |
Bugsquad note: This issue has been confirmed several times already. No need to confirm it further.
Godot version
v4.0.rc6.official
System information
Linux kernel 5.15. Driver: Mesa 22.3.1. Godot renderer: compatibility
Issue description
When using Compatibility renderer in Godot 4.0, GridMap doesn't render 3D meshesh correctly: they are rendered as completely black. And what is interesting is that they are rendered correctly while editing before a 3D mesh is actually placed.
See the video below:
gridmap_bug.mp4
The renderers "Forward+" and "Mobile" don't have this issue.
Also, this issue was mentioned by other users in Godot Discord (for example, here)
Steps to reproduce
Create new project with "Compatibility" renderer.
Create a simple 3D scene (with lights, etc.) and put GridMap node on it.
Create new MeshLibrary with some 3D meshesh.
Start editing GridMap. Notice when placing 3D meshesh on it, they are rendered correctly until they are placed. One they are placed, they are rendered as completely black.
Minimal reproduction project
racing.tar.gz
The text was updated successfully, but these errors were encountered: