Voxelers / 3d

3D in Voxelers
Apache License 2.0
9 stars 1 forks source link

Prototyping in Godot #55

Open acs opened 2 years ago

acs commented 2 years ago

The first goal is to use CSG to create quickly the layout: https://kidscancode.org/godot_recipes/g101/3d/101_3d_06/

acs commented 2 years ago

Once you have a CSG finished, you can also activate the "Use Collision" for converting it to a Rigid Body and hopefully, with the collisions following the results of the CSG applied to all the geometric forms.