Click or drag to resize
SoShaderProgram.geometryOutputType 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: 9.9.13.0 (9.9.13.0)
Syntax
public SoSFEnum<SoShaderProgram. GeometryOutputTypes> geometryOutputType { get; }

Property Value

Type: SoSFEnum<SoShaderProgram.GeometryOutputTypes>
Remarks

Use enum GeometryOutputType. Default is TRIANGLE_STRIP_OUTPUT.

NOTE: field available since Open Inventor 7.0

See Also