SoOcclusionCullingSetThreshold Method |
Specifies the number of pixels below which the object will be culled.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetThreshold(
uint threshold
)
Public Sub SetThreshold (
threshold As UInteger
)
public:
void SetThreshold(
unsigned int threshold
)
member SetThreshold :
threshold : uint32 -> unit
Parameters
- threshold
- Type: SystemUInt32
RemarksThe graphics board must support the GL_NV_occlusion_query OpenGL extension, otherwise this method has no effect.
See Also