#include <fbmodel.h>

Definition at line 807 of file fbmodel.h.
Public Member Functions |
|
| FBLayeredTexture (char *pName, HIObject pObject=NULL) | |
| Constructor. |
|
| virtual void | FBDelete () |
| Open Reality deletion function. |
|
| FBLayeredTexture * | Clone () |
| Clone the current texture. |
|
Public Attributes |
|
| FBPropertyListTexture | Layers |
| List: Textures Layers. |
|
| FBLayeredTexture | ( | char * | pName, | |
| HIObject | pObject = NULL |
|||
| ) |
Constructor.
| pName | Name of texture media. Can be a NULL pointer. If set, this will create a FBVideo object used as the Video property. | |
| pObject | For internal use only. |
| virtual void FBDelete | ( | ) | [virtual] |
Open Reality deletion function.
Reimplemented from FBTexture.
| FBLayeredTexture* Clone | ( | ) |
Clone the current texture.
Duplicates the current texture.
Reimplemented from FBTexture.