#include <RmVolume.h>
Inheritance diagram for Rm3DTexture:

Public Member Functions | |
| Rm3DTexture () | |
| Constructor. | |
| virtual | ~Rm3DTexture () |
| Destructor. | |
| bool | Create (RmPixelFormatType pixelFormat, int width, int height, int depth, int numMipmaps) |
| Create volume texture. | |
| void | Destroy () |
| Destroy. | |
| int | GetNumMipmaps () const |
| Get number of mipmaps. | |
| RmVolume * | GetMipmap (int level) |
| Get mipmap. | |
| const RmVolume * | GetMipmap (int level) const |
| Get mipmap. | |
| RmTextureType | GetTextureType () const |
| Texture type. | |
| int | GetWidth () const |
| Get width. | |
| int | GetHeight () const |
| Get height. | |
| int | GetDepth () const |
| Get depth. | |
| RmPixelFormatType | GetPixelFormat () const |
| Get pixel format. | |
3D volume texture
|
|
Constructor. Constructor |
|
|
Destructor. Destructor |
|
||||||||||||||||||||||||
|
Create volume texture. Create
|
|
|
Destroy. Destroy volume texture.
Reimplemented from RmTexture. |
|
|
Get depth. Return depth of the top level mipmap
|
|
|
Get height. Return height of the top level mipmap
|
|
|
Get mipmap. Retrieve volume at a given mip level
|
|
|
Get mipmap. Retrieve volume at a given mip level
|
|
|
Get number of mipmaps. Return number of mipmaps
|
|
|
Get pixel format. Returns pixel format of the volume
Implements RmTexture. |
|
|
Texture type. Return texture type
Implements RmTexture. |
|
|
Get width. Return width of the top level mipmap
|
1.3.6