SoExtTexture2 Properties |
The SoExtTexture2 type exposes the following members.
Name | Description | |
---|---|---|
![]() | blendColor | Color used for BLEND model. |
![]() | borderColor | Defines border color used for border texture filtering. |
![]() | enableBorder | Enables borders for textures. |
![]() | enableCompressedTexture | Enables storage of textures on the graphics board in compressed form. |
![]() | filename | Names file from which to read texture image. |
![]() | internalFormat | Internal format for texture storage. |
![]() | IsDisposable | ISafeDisposable interface implementation.
(Inherited from SoDisposable.) |
![]() | loadingMode | Specifies the loading mode. |
![]() | loadingStatus | Tells if the texture is loaded or not (not necessarily displayed) |
![]() | loadingThreadPriority | Specifies the priority of the texture loading thread when activated (syncMode = ASYNCHRONOUS). |
![]() | magFilter | Specifies the OpenGL magFilter. |
![]() | maxAnisotropy | Specifies on a per-texture object basis, the maximum degree of anisotropy to account for in texture filtering. |
![]() | minFilter | Specifies the OpenGL minFilter. |
![]() | model | Specifies how to map texture onto surface. |
![]() ![]() | PrequalifyFileCallback | This callback is called by OIV.Inventor.Nodes.SoExtTexture2 nodes just before opening a file with the proposed path. |
![]() | syncMode | Specifies the synchronous/asynchronous mode. |
![]() | UserData |
Gets or sets the user data to be contained by the field container.
(Inherited from SoFieldContainer.) |
![]() | wrapS | Indicates what to do when texture coordinates in the S (horizontal) direction lie outside the range 0-1. |
![]() | wrapT | Indicates what to do when texture coordinates in the T (vertical) direction lie outside the range 0-1. |