SoShadowGroupmethod Property |
Specifies the shadowing technique to use.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntaxpublic SoSFEnum<SoShadowGroupShadowingMethods> method { get; }
Public ReadOnly Property method As SoSFEnum(Of SoShadowGroupShadowingMethods)
Get
public:
property SoSFEnum<SoShadowGroupShadowingMethods>^ method {
SoSFEnum<SoShadowGroupShadowingMethods>^ get ();
}
member method : SoSFEnum<SoShadowGroupShadowingMethods> with get
Property Value
Type:
SoSFEnumSoShadowGroupShadowingMethods
Remarks. Default is VARIANCE_SHADOW_MAP.
NOTE: field available since Open Inventor 8.1
See Also