SoTexture3.wrapR Property |
Indicates what to do when texture coordinates in the R (depth) direction lie outside the range 0-1.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic SoSFEnum<SoTexture. WrapType> wrapR { get; }
Public ReadOnly Property wrapR As SoSFEnum(Of SoTexture.WrapType)
Get
public:
property SoSFEnum<SoTexture. WrapType>^ wrapR {
SoSFEnum<SoTexture. WrapType>^ get ();
}
member wrapR : SoSFEnum<SoTexture. WrapType> with get
Property Value
Type:
SoSFEnum<SoTexture.WrapType>
Remarks
See Also