starandserpent / java-TerraServer

Terra - Voxel octree of chunks, made for Rituals of the old
MIT License
18 stars 2 forks source link

Use larray to manage the voxel data for each chunk #52

Closed the-brickster closed 5 years ago

the-brickster commented 5 years ago

Larray may solve some issues regarding memory out of bounds exceptions since we would be able to query the array size. This may also save us some headaches in the future when voxel data may get more complex