Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 823 Bytes

File metadata and controls

24 lines (20 loc) · 823 Bytes

The planet is a subdivided icosahedron using triangles.

Planet.webm

1 2

Roadmap

  • Textures / Colors / Biomes
  • Water
  • Trees
  • Focal point of view shader
  • Split the chunks into further chunks
  • Generalize camera orbit code so I never have to write it again
  • Delta save system
  • Valheim like terrain system
  • Pathfinding
  • Only chunks around player are rendered
  • Performance enhancements
  • GPU rendering?
  • Godot Render Server conversion