SoShaderProgram.geometryOutputType 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.13.0 (9.9.13.0)
Syntaxpublic SoSFEnum<SoShaderProgram. GeometryOutputTypes> geometryOutputType { get; }
Public ReadOnly Property geometryOutputType As SoSFEnum(Of SoShaderProgram.GeometryOutputTypes)
Get
public:
property SoSFEnum<SoShaderProgram. GeometryOutputTypes>^ geometryOutputType {
SoSFEnum<SoShaderProgram. GeometryOutputTypes>^ get ();
}
member geometryOutputType : SoSFEnum<SoShaderProgram. GeometryOutputTypes> with get
Property Value
Type:
SoSFEnum<SoShaderProgram.GeometryOutputTypes>
RemarksUse enum GeometryOutputType. Default is TRIANGLE_STRIP_OUTPUT.
NOTE: field available since Open Inventor 7.0
See Also