Miners
Miners copied to clipboard
Proper Signs
Since a Sign is draw with a different texture we have two options:
Create a separate mesh for each Chunk with just signs in them, we do the transform at build time and use the same matrix as the chunk.
Each sign is a separate gfx actor, this probably will be to slow for normal usage since minecraft levels can have a lot of signs.