DigitalLibrarian / VS2010Projects

Bunch of unorganized mess
1 stars 1 forks source link

Chunk manages its own Effect #37

Closed DigitalLibrarian closed 8 years ago

DigitalLibrarian commented 8 years ago

This effect should not be loaded for every chunk. This is a huge performance loss, in terms of memory and load speed. Effects should be shared amongst chunks.

DigitalLibrarian commented 8 years ago

I moved this out into VoxelScreen for the time being. The work of decoupling has been done.