SoShaderProgramgeometryOutputType Property |
Specifies the output primitive type of the current geometry shader if any (not used otherwise).
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic SoSFEnum<SoShaderProgramGeometryOutputTypes> geometryOutputType { get; }
Public ReadOnly Property geometryOutputType As SoSFEnum(Of SoShaderProgramGeometryOutputTypes)
Get
public:
property SoSFEnum<SoShaderProgramGeometryOutputTypes>^ geometryOutputType {
SoSFEnum<SoShaderProgramGeometryOutputTypes>^ get ();
}
member geometryOutputType : SoSFEnum<SoShaderProgramGeometryOutputTypes> with get
Property Value
Type:
SoSFEnumSoShaderProgramGeometryOutputTypes
RemarksUse enum GeometryOutputType. Default is TRIANGLE_STRIP_OUTPUT.
NOTE: field available since Open Inventor 7.0
See Also