SoTextureCoordinateBindingvalue Property |
Specifies how to bind texture coordinates to shapes.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoSFEnum<SoTextureCoordinateBindingBindings> value { get; }
Public ReadOnly Property value As SoSFEnum(Of SoTextureCoordinateBindingBindings)
Get
public:
property SoSFEnum<SoTextureCoordinateBindingBindings>^ value {
SoSFEnum<SoTextureCoordinateBindingBindings>^ get ();
}
member value : SoSFEnum<SoTextureCoordinateBindingBindings> with get
Property Value
Type:
SoSFEnumSoTextureCoordinateBindingBindingsRemarks . Default is PER_VERTEX_INDEXED.
See Also