jrenner / kotlin-voxel

A voxel engine (like Minecraft) written in Kotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extending to use with multiple textures.

WNiels opened this issue · comments

Hi,

i studied your code and want to build up on it. I've found that you have implemented a way to distinguish cube types but no way to use this information for rendering. Did i miss something?

Thanks for your amazing work!