Wiki > TV3D65 Index > TVTextureFactory
LoadVolumeTexture
DESCRIPTION
-This page has been generated automatically. Please improve it by adding a description and additional information.
DECLARATION
| VB.NET | LoadVolumeTexture(sFilename As String , sTextureName As String , eColorKey As CONST_TV_COLORKEY , bTextureFilter As Boolean) As Integer |
| C++ | int LoadVolumeTexture(char* sFilename , char* sTextureName , cCONST_TV_COLORKEY eColorKey , bool bTextureFilter ) |
PARAMETERS
| NAME | OPTIONAL | DESCRIPTION |
| sFilename | No | sFilename description |
| sTextureName | Yes | sTextureName description |
| eColorKey | Yes | eColorKey description |
| bTextureFilter | Yes | bTextureFilter description |
RETURN VALUE
| Integer | Description of what the return value means. |
EXAMPLES
TIPS
- Please add any notes or tips for this method.