/Planets

Making planets in the Godot game engine!

Primary LanguageC#MIT LicenseMIT

2024-08-20.14-43-36.mp4

Untitled 2 Untitled 1

Setup

  1. Download and install the latest Godot 4 C# release
  2. Clone this repository with all its submodules
git clone --recursive https://github.com/ValksGodotTools/Template

Roadmap

  • Average normals along edges to fix seams (only do this when not using simple normal approach)
  • Textures / Colors / Biomes!
  • Water (I need someone to help me redesign the water shader to work nicely with a sphere instead of linear plane)
  • Trees!
  • Focal point of view shader!
  • Split the chunks into further chunks!

Reminders

  • Generalize camera orbit code so you never have to write it again