RosaryMala / armok-vision

A 3d realtime visualizer for Dwarf Fortress
MIT License
319 stars 27 forks source link

Mesher keeps meshing after the view has moved. #20

Closed RosaryMala closed 8 years ago

RosaryMala commented 9 years ago

Pretty much what it says. The solution would be to always get the most needed block when it does a meshing, rather than have a fixed queue, or at least check if it's in the viewable area, and skip it if it's not, going directly to the next one.

RosaryMala commented 8 years ago

Fixed by having a fixed length queue.