Click or drag to resize

VisualServerGiProbeSetNormalBias Method

Sets the normal bias for this GI probe. Normal bias behaves similar to the other form of bias and may help reduce self-occlusion. Equivalent to NormalBias.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void GiProbeSetNormalBias(
	RID probe,
	float bias
)

Parameters

probe
Type: GodotRID

[Missing <param name="probe"/> documentation for "M:Godot.VisualServer.GiProbeSetNormalBias(Godot.RID,System.Single)"]

bias
Type: SystemSingle

[Missing <param name="bias"/> documentation for "M:Godot.VisualServer.GiProbeSetNormalBias(Godot.RID,System.Single)"]

See Also