rvandoosselaer / Blocks

A block (voxel) engine for jMonkeyEngine
BSD 3-Clause "New" or "Revised" License
41 stars 14 forks source link

Add ability to put a chunk in the chunkmanager #37

Closed rvandoosselaer closed 4 years ago

rvandoosselaer commented 4 years ago

It's already possible to request a chunk from the chunkmanager when it's not available. But there is no way of manually passing a chunk to the chunkmanager.

This can be usefull if you have a chunk and want to give it to the chunkmanager to further take care of it.