blackrook-io / drones

Single player Godot 4 game of resource collecting, base building, exploration.
GNU General Public License v3.0
2 stars 0 forks source link

Procedural-generate terrain and ~5 deposits. #3

Open blackrook-io opened 6 months ago

blackrook-io commented 6 months ago

In order to start the game world, a terrain must be generated and pre-populated with objects for the player to start play with.

To place the deposits on the surface of the terrain, I will have to raycast from a height to the surface to determine the placement 'y' value.

REF: https://www.youtube.com/playlist?list=PLeCKjxofwyfhBJeIhPzo96y_nvLTZmJGy