FyroxEngine / Fyrox

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

IMPROVEMENT PROPOSAL: Unique material for terrain chunks #478

Open skalimoi opened 11 months ago

skalimoi commented 11 months ago

Right now, the terrain chunk system is pretty barebones and only supports one material per entire terrain. Making each chunk have a distinct material would facilitate the creation and rendering of big worlds, which would make Fyrox suitable for open-world games.