aleksigron / kokko

Simple cross-platform game engine using OpenGL.
MIT License
22 stars 2 forks source link

Remove confusing engine internal terrain material #44

Closed aleksigron closed 1 year ago

aleksigron commented 2 years ago

There is currently an internal material that is used for terrain rendering. This should be replaced with properties in the terrain component. The terrain material should be removed.