TokisanGames / Terrain3D

A high performance, editable terrain system for Godot 4.
MIT License
2.26k stars 134 forks source link

Support D3D12 #529

Open TokisanGames opened 1 month ago

TokisanGames commented 1 month ago

Description

Fix issues with Direct3D12 which seems to have some artifacts.

Update: It's an engine bug. Upstream issue https://github.com/godotengine/godot/issues/98527

Xtarsia commented 1 month ago

This appears to be an engine bug, related to TextureArray2D mipmaps (again), which appear to be entirley missing from the generated textureArrays.

TokisanGames commented 1 month ago

Thanks for testing. Have you or will you report it to Godot or rocket chat? I can do it if you like.

Xtarsia commented 1 month ago

You can report it.

TokisanGames commented 1 month ago

Upstream issue https://github.com/godotengine/godot/issues/98527