rvandoosselaer / Blocks

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

prioritize chunkmanager queue's #52

Open rvandoosselaer opened 4 years ago

rvandoosselaer commented 4 years ago

The queue's of the chunkmanager now work on a first come first serve principle. This behaviour can be adapted to use PriorityQueue's instead.

When no comparator is specified, the behaviour of the queue's will remain the same.

See this post for more information.