AnyCAD Rapid API 2023
Help you to create a better world!
|
Public Member Functions | |
ImageTextureCube (TextureDesc desc, long width, long height) | |
ImageList | GetSources () |
void | LoadAsync (StringList fileNames) |
void | AddSource (Image source) |
boolean | IsValid () |
![]() | |
TextureCube (TextureDesc desc, long width, long height) | |
long | GetWidth () |
void | SetWidth (long val) |
long | GetHeight () |
void | SetHeight (long val) |
![]() | |
Texture (TextureDesc desc) | |
TextureDesc | GetDesc () |
void | SetDesc (TextureDesc val) |
UniformSet | GetUniforms () |
long | GetUpdateVersion () |
EnumEncoding | GetEncoding () |
void | SetEncoding (EnumEncoding val) |
EnumMapping | GetMapping () |
void | SetMapping (EnumMapping val) |
EnumTextureTarget | GetTextureType () |
void | SetUniform (String name, Uniform uniform) |
void | RequestUpdate () |
![]() | |
long | GetUuid () |
Static Public Member Functions | |
static ImageTextureCube | Cast (GfxObject obj) |
static ImageTextureCube | LoadFromFile (StringList fileNames) |
|
static |
Reimplemented from TextureCube.
boolean ImageTextureCube.IsValid | ( | ) |
Reimplemented from TextureCube.
|
static |
Load CubeMap from files.
fileNames | the files with order [right, left, bottom, top, back, front] |