Click or drag to resize
SoShaderProgramgeometryOutputType Property

Specifies the output primitive type of the current geometry shader if any (not used otherwise).

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFEnum<SoShaderProgramGeometryOutputTypes> geometryOutputType { get; }

Property Value

Type: SoSFEnumSoShaderProgramGeometryOutputTypes
Remarks

Use enum OIV.Inventor.Nodes.SoShaderProgram.GeometryOutputTypes. Default is TRIANGLE_STRIP_OUTPUT.

Note Note

Field available since Open Inventor 7.0

See Also