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: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFEnum<SoShaderProgramGeometryInputTypes> geometryInputType { get; }

Property Value

Type: SoSFEnumSoShaderProgramGeometryInputTypes
Remarks

Use enum OIV.Inventor.Nodes.SoShaderProgram.GeometryInputTypes. Default is TRIANGLES_INPUT.

Note Note

Field available since Open Inventor 7.0

See Also