godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
90.46k stars 21.07k forks source link

Ambient light not affecting gridmap in compatibility renderer #75085

Closed Wiggan closed 1 year ago

Wiggan commented 1 year ago

Godot version

4.0.1rc1

System information

Windows10, AMD Ryzen 9 5900X, NVIDIA GeForce RTX 3060 Ti, driver version 30.0.15.1179, compatibility.

Issue description

Ambient lighting set in the environment does not affect gridmaps when using the compatibility render pipeline.

Steps to reproduce

Just add a gridmap and turn up ambient light. See how everything else gets bright but not the gridmap.

Minimal reproduction project

godot_repex.zip

clayjohn commented 1 year ago

This looks like it may be a duplicate of https://github.com/godotengine/godot/issues/74111