SoShaderProgrampatchLength Property |
Set the length of the fixed-size collection of vertices used by tessellation shaders.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoSFInt32 patchLength { get; }
Public ReadOnly Property patchLength As SoSFInt32
Get
public:
property SoSFInt32^ patchLength {
SoSFInt32^ get ();
}
member patchLength : SoSFInt32 with get
Property Value
Type:
SoSFInt32Remarks Default is 0.
Note |
---|
Field available since Open Inventor 9.3 |
See Also