SoTextureCubeMapwrapT Property |
Indicates what to do when texture coordinates in the T (vertical) direction lie outside the range 0-1.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFEnum<SoTextureWrapType> wrapT { get; }
Public ReadOnly Property wrapT As SoSFEnum(Of SoTextureWrapType)
Get
public:
property SoSFEnum<SoTextureWrapType>^ wrapT {
SoSFEnum<SoTextureWrapType>^ get ();
}
member wrapT : SoSFEnum<SoTextureWrapType> with get
Property Value
Type:
SoSFEnumSoTextureWrapTypeRemarks See Also