diff options
Diffstat (limited to 'src/extantz')
-rw-r--r-- | src/extantz/extantz.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/extantz/extantz.h b/src/extantz/extantz.h index 1b49f45..8452261 100644 --- a/src/extantz/extantz.h +++ b/src/extantz/extantz.h | |||
@@ -163,6 +163,15 @@ typedef struct _Scene_Data | |||
163 | Evas_Object_Event_Cb clickCb; | 163 | Evas_Object_Event_Cb clickCb; |
164 | } Scene_Data; | 164 | } Scene_Data; |
165 | 165 | ||
166 | typedef struct _extantzStuffs | ||
167 | { | ||
168 | Stuffs stuffs; | ||
169 | Evas_3D_Node *mesh_node; // Multiple Evas_3D_Mesh's can be in one Evas_3D_Node | ||
170 | Eina_Inarray *mesh; // Evas_3D_Mesh | ||
171 | Eina_Inarray *materials; // Evas_3D_Material | ||
172 | Eina_Inarray *textures; // Evas_3D_Texture | ||
173 | } ExtantzStuffs; | ||
174 | |||
166 | // Elm GL view related data here. | 175 | // Elm GL view related data here. |
167 | typedef struct _GLData | 176 | typedef struct _GLData |
168 | { | 177 | { |