SoShadowGrouplightBleedingReduction Property |
Used only for VARIANCE_SHADOW_MAP.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic SoSFFloat lightBleedingReduction { get; }
Public ReadOnly Property lightBleedingReduction As SoSFFloat
Get
public:
property SoSFFloat^ lightBleedingReduction {
SoSFFloat^ get ();
}
member lightBleedingReduction : SoSFFloat with get
Property Value
Type:
SoSFFloat
RemarksIn some cases, a halo may appear around shadows intersecting each other. Increasing this value will decrease this effect. Default value is safe for most scenes. Default is 0.01 and range is [0-1].
NOTE: field available since Open Inventor 8.1
See Also