SoOcclusionCullingSetNumFrame Method |
When approximate occlusion is On, after num frames, the list of occluders will be recalculated.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetNumFrame(
uint num
)
Public Sub SetNumFrame (
num As UInteger
)
public:
void SetNumFrame(
unsigned int num
)
member SetNumFrame :
num : uint32 -> unit
Parameters
- num
- Type: SystemUInt32
Remarks
See Also