Data Structures | |
| struct | address_const_of |
| struct | address_of |
Public Member Functions | |
| void | color_set (Evas_3D_Material_Attrib attrib_, Evas_Real r_, Evas_Real g_, Evas_Real b_, Evas_Real a_) const |
| void | color_get (Evas_3D_Material_Attrib attrib_, Evas_Real *r_, Evas_Real *g_, Evas_Real *b_, Evas_Real *a_) const |
| bool | enable_get (Evas_3D_Material_Attrib attrib_) const |
| void | enable_set (Evas_3D_Material_Attrib attrib_, bool enable_) const |
| Evas_Real | shininess_get () const |
| void | shininess_set (Evas_Real shininess_) const |
| Evas_3D_Texture * | texture_get (Evas_3D_Material_Attrib attrib_) const |
| void | texture_set (Evas_3D_Material_Attrib attrib_, Evas_3D_Texture *texture_) const |
| Set the texture of the given material. More... | |
| operator::evas_3d_material () const | |
| operator::evas_3d_material & () | |
| operator::evas_3d_material const & () const | |
Static Public Member Functions | |
| static Eo_Class const * | _eo_class () |
|
inline |
| attrib | Material attribute ID. |
| r | Red component of the color. |
| g | Green component of the color. |
| b | Blue component of the color. |
| a | Alpha component of the color. |
|
inline |
| attrib | Material attribute ID. | |
| [out] | r | Pointer to receive red component of the color. |
| [out] | g | Pointer to receive green component of the color. |
| [out] | b | Pointer to receive blue component of the color. |
| [out] | a | Pointer to receive alpha component of the color. |
|
inline |
| enable | Whether to enable the attribute (EINA_TRUE), or not (EINA_FALSE). |
|
inline |
| enable | Whether to enable the attribute (EINA_TRUE), or not (EINA_FALSE). |
|
inline |
| shininess | Shininess value. |
|
inline |
| shininess | Shininess value. |
|
inline |
| texture |