#include <material.h>

Public Types | |
| enum | Type |
| Enumeration of possible material types. | |
Public Member Functions | |
| void | setAsset (Streamble *asset) |
| Sets material asset. | |
| void | twoSided (bool b) |
| Sets tow sided or single sided material property. | |
| void Cast3dImport::Material::setAsset | ( | Streamble * | asset | ) | [inline] |
Sets material asset.
| a | asset, can be image, movie, video, color, etc... |
| void Cast3dImport::Material::twoSided | ( | bool | b | ) | [inline] |
Sets tow sided or single sided material property.
| b | true / false,by default this value is set to false. |