SoVRMLStaticGrouprenderCulling Property |
Whether to cull during rendering traversal.
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFEnum<SoVRMLStaticGroupCachings> renderCulling { get; }
Public ReadOnly Property renderCulling As SoSFEnum(Of SoVRMLStaticGroupCachings)
Get
public:
property SoSFEnum<SoVRMLStaticGroupCachings>^ renderCulling {
SoSFEnum<SoVRMLStaticGroupCachings>^ get ();
}
member renderCulling : SoSFEnum<SoVRMLStaticGroupCachings> with get
Property Value
Type:
SoSFEnumSoVRMLStaticGroupCachings
Remarks. Default is AUTO.
NOTE: This field is not compatible with VRML97/X3D. If you specify a non-default value for this field, when this node is written to a VRML file, the file will contain this incompatible field and standard VRML97/X3D file readers will not be able to read it.
See Also