SoVertexShaderParameterBufferObjectcomponents Property |
Specifies the number of components per generic vertex parameter.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFInt32 components { get; }
Public ReadOnly Property components As SoSFInt32
Get
public:
property SoSFInt32^ components {
SoSFInt32^ get ();
}
member components : SoSFInt32 with get
Property Value
Type:
SoSFInt32Remarks Must be 1, 2, 3 or 4. The default value is 4.
See Also