Click or drag to resize
SoHeightFieldRenderIsSupported Method (SoState)

Returns true if graphic card can render an OIV.VolumeViz.Nodes.SoHeightFieldRender.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static bool IsSupported(
	SoState state
)

Parameters

state
Type: OIV.Inventor.MiscSoState

Return Value

Type: Boolean
Remarks

GPU must support geometry shaders, floating point textures and vertex buffer objects (VBO) and tessellation shaders

See Also