FyroxEngine / Fyrox

3D and 2D game engine written in Rust

Home Page:https://fyrox.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IMPROVEMENT PROPOSAL: Unique material for terrain chunks

skalimoi opened this issue · comments

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.