Skip to content

Huge FPS increase (100x) => can easily draw bigger maps now

Compare
Choose a tag to compare
@serg06 serg06 released this 01 Dec 09:12
· 517 commits to master since this release
61f1867

New Features:

  • Huge FPS increase.
    • Split chunks into 16x16x16 mini-chunks.
    • Draw mini-chunks separately.
    • Don't draw mini-chunks that are surrounded on all sides.
    • Don't draw mini-chunks that consist of only air.
  • Impromptu fake skybox.
  • New controls.

Controls:

  • Mouse look around
  • WASD move around
  • Shift/space move up/down
  • ESC quit
  • N toggle noclip
  • P cycle polygon mode
  • [numpad+] increase render distance
  • [numpad-] decrease render distance (without unloading existing chunks)