Skip to content
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

Moving 3D camera, DirectionalLight3D, and Gridmaps causing visual errors #81587

Closed
SaintGeo opened this issue Sep 12, 2023 · 1 comment
Closed

Comments

@SaintGeo
Copy link

Godot version

v4.1.1.stable.custom_build [bd6af8e]

System information

Godot v4.1.1.stable (bd6af8e) - Windows 10.0.19045 - Vulkan (Compatibility) - NVIDIA GeForce RTX 2060 SUPER (NVIDIA; 31.0.15.3699) - Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz (12 Threads) both forward + and Compatibility

Issue description

When moving the camera I get horizontal lines appearing between my gridmap cells. This only occurs while I have DirectionalLight3D in the scene/active. This occurs for both forward + and Compatibility mode. It looks like some Z-fighting or something but taking the light out fixes the problem. I have searched for other gridmap errors and none of the fixes I could get to work for me in my project.

When I am exporting my mesh library tscn I am getting the following error:
"drivers\gles3\storage\mesh_storage.cpp:487 - Condition "!mesh" is true. Returning: 0"
But it doesn't seem to be affecting any functionality - all my materials and sizes update correctly.

Steps to reproduce

WASD to move camera in repro project

Minimal reproduction project

MinRepoProject.zip

@Calinou
Copy link
Member

Calinou commented Sep 12, 2023

Thanks for the report! Consolidating in #16337, as this is due to the same cause.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants