indiesoftby / defold-scene3d

Scene3D is a collection of scripts, materials and tools to help you develop 3D games with the Defold game engine.
https://indiesoftby.github.io/defold-scene3d/
MIT License
132 stars 8 forks source link

Block game example #14

Open subsoap opened 2 years ago

subsoap commented 2 years ago

Block game (like Infiniminer / Minecraft) example project.

aglitchman commented 2 years ago

I added Simplex noise functions that are used in Minecraft-like games for world generation.

A small step forward 😃

GriffinSego commented 2 years ago

For this, would the blocks have to be instances of block models or would there be a way to render solely blocks on a grid?