Click or drag to resize

SpatialMaterialDepthFlipTangent Property

If true, direction of the tangent is flipped before using in the depth effect. This may be necessary if you have encoded your tangents in a way that is conflicting with the depth effect.

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

Property Value

Type: Boolean
See Also