Click or drag to resize

CSGShapeCalculateTangents Property

Calculate tangents for the CSG shape which allows the use of normal maps. This is only applied on the root shape, this setting is ignored on any child.

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

Property Value

Type: Boolean
See Also