GentenStudios / QuartzEngine

Nolonger used, see Phoenix repo
BSD 3-Clause "New" or "Revised" License
34 stars 10 forks source link

Chunk Texture Management (global texture arrays?) #108

Closed apachano closed 5 years ago

apachano commented 5 years ago

@beeperdeeper089, please fill out what needs to be done here then add Todo tag

vyomfadia commented 5 years ago

We need to figure out a way to effeciently manage textures within the Chunk system. We currently load in the textures again and again for EACH chunk, which is inefficient and we should keep like a global texture array.

vyomfadia commented 5 years ago

This is now obselete.