Click or drag to resize

CSGSphereSmoothFaces Property

If true the normals of the sphere are set to give a smooth effect making the sphere seem rounded. If false the sphere will have a flat shaded look.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool SmoothFaces { get; set; }

Property Value

Type: Boolean
See Also