SoShadowGroupsmoothFactor Property |
Set the smoothness of shadows.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic SoSFInt32 smoothFactor { get; }
Public ReadOnly Property smoothFactor As SoSFInt32
Get
public:
property SoSFInt32^ smoothFactor {
SoSFInt32^ get ();
}
member smoothFactor : SoSFInt32 with get
Property Value
Type:
SoSFInt32
RemarksHigher values give smoother shadows. Default is 1. Used only for VARIANCE_SHADOW_MAP method.
NOTE: field available since Open Inventor 8.1
See Also