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