Update README.md

This commit is contained in:
Nick 2021-12-19 15:28:40 -05:00 committed by GitHub
parent 6f31b60ae1
commit 9cf1c2dca6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,12 +6,14 @@ Planets are created using a JSON file format structure, and placed in the `plane
## Roadmap ## Roadmap
- Procedurally terrain generation - Procedurally terrain generation
- Asteroid belts - Asteroid belts (done)
- "Quantum" orbits - "Quantum" orbits
- Better terrain and water LOD - Better terrain and water LOD
- Support satellites (using custom models in the assets folder or in-game ones) - Support satellites (using custom models in the assets folder or in-game ones)
- Surface scatter (rocks, trees, etc, using custom models or in-game ones) - Surface scatter (rocks, trees, etc, using custom models or in-game ones)
- Stars - Stars
- Binary orbits
- Load planet meshes from asset bundle
## How to create your own planets using configs: ## How to create your own planets using configs: