#include <RmEffect.h>
Inheritance diagram for Rm3DTextureVariable:

Public Member Functions | |
| Rm3DTextureVariable () | |
| Default constructor. | |
| Rm3DTextureVariable (const RM_TCHAR *strNodeName, const RM_TCHAR *strFileName=NULL) | |
| Constructor. | |
| virtual | ~Rm3DTextureVariable () |
| Destructor. | |
| virtual RmNode * | Clone (bool bIncludeLoadedData) |
| Clone this node. | |
| virtual const RM_TCHAR * | GetDescription () |
| virtual bool | IsNodeValid () |
| Is node valid. | |
| virtual bool | LoadTexture () |
| Load texture. | |
| virtual RmTexture * | GetTexture () |
| Get texture. | |
| virtual const RmTexture * | GetTexture () const |
| Get texture. | |
| Rm3DTexture * | Get3DTexture () |
| Get texture. | |
| const Rm3DTexture * | Get3DTexture () const |
| Get texture. | |
Rm3DTextureVariable is a node containing a VOLUME TEXTURE variable
|
|
Default constructor. Default Constructor |
|
||||||||||||
|
Constructor. Creates a new volume texture variable with specific name and file name reference (can be empty)
|
|
|
Destructor. Destructor |
|
|
Clone this node. Creates a clone of this node
Reimplemented from RmTextureVariable. |
|
|
Get texture. Returns RenderMonkey 3D Texture
|
|
|
Get texture. Returns RenderMonkey 3D Texture
|
|
|
Returns description of the node: used for displaying a tooltip in the workspace tree view for the given node.
Reimplemented from RmTextureVariable. |
|
|
Get texture. Returns RenderMonkey Texture
Reimplemented from RmTextureVariable. |
|
|
Get texture. Returns RenderMonkey Texture
Reimplemented from RmTextureVariable. |
|
|
Is node valid. Node valid property
Reimplemented from RmTextureVariable. |
|
|
Load texture. LoadTexture
Reimplemented from RmTextureVariable. |
1.3.6