FyroxEngine / Fyrox

3D and 2D game engine written in Rust
https://fyrox.rs
MIT License
7.51k stars 341 forks source link

FEATURE PROPOSAL: Splatmap texturing for terrains #477

Closed skalimoi closed 11 months ago

skalimoi commented 11 months ago

The layer system for terrain texturing is difficult to use and negatively impacts performance when using more than 3 layers. Implementing a splatmap system would lighten a lot of memory and would make for much more complex textures - besides, splatmaps are the industry standard for terrain texturing.

Example of implementation