Click or drag to resize
SoShaderProgrammaxGeometryOutputVertices Property

Set the maximum number of vertices the geometry shader will emit in one invocation.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFInt32 maxGeometryOutputVertices { get; }

Property Value

Type: SoSFInt32
Remarks

Default is -1 which means it is set to the hardware limit.

Note Note

Field available since Open Inventor 8.1

See Also