Click or drag to resize
SoShaderProgramgeometryInputType Property

Specifies the input 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<SoShaderProgramGeometryInputTypes> geometryInputType { get; }

Property Value

Type: SoSFEnumSoShaderProgramGeometryInputTypes
Remarks

Use enum GeometryInputType. Default is TRIANGLES_INPUT.

NOTE: field available since Open Inventor 7.0

See Also