how to create a sphere(Triangle) in 3d in godot?

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

as title, i want create a planet in godot.

thanks.

:bust_in_silhouette: Reply From: Calinou
  1. Create a MeshInstance node.
  2. Click the MeshInstance’s Mesh property dropdown, choose New SphereMesh. You can change its detail level by clicking the SphereMesh in the inspector, which will edit the resource.
  3. To assign a material, click the Material Override dropdown and choose New SpatialMaterial.