Empty Meshes

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Invaders

I wanna know how you can create empty cube meshes in Godot

What do you mean by empty? Maybe what you want is to inverse the faces. If that’s the case, there’s a “Flip Faces” button under the mesh settings.

See: Imgur: The magic of the Internet

MrEliptik | 2021-06-01 05:41

I want to make a cube mesh where only its sides exist and the mesh is empty inside

Invaders | 2021-06-01 10:34

The only way I know is using collisions shape with out a MeshInstance , and set the size as you want , you maybe will need to set the translation after setting the size of the collisions shape .

Sorano Sakura | 2021-07-24 23:08