TextureTypes Enumerator
Description
The different types of textures.Defined in namespace "adsk::core" and the header file is <Core\CoreTypeDefs.h>
Methods
| Name | Value | Description |
| CheckerTexture | 2 | A procedural checkered texture. |
| GradientTexture | 3 | A procedural gradient texture. |
| ImageTexture | 1 | A texture defined by an image. |
| MarbleTexture | 4 | A procedural marble texture. |
| NoiseTexture | 5 | A procedural noise texture. |
| SpeckleTexture | 6 | A procedural speckle texture. |
| TileTexture | 7 | A procedural tile texture. |
| UnknownTexture | 0 | Unknown texture type. |
| WaveTexture | 8 | A procedural wave texture. |
| WoodTexture | 9 | A procedural wood texture. |
