From f59af398b6c49126b440a4f1879a36bed5ef3c64 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Fri, 2 May 2014 09:12:57 +1000 Subject: Copy the Evas_3D demo stuff to extantz. --- src/extantz/extantz.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/extantz/extantz.h') diff --git a/src/extantz/extantz.h b/src/extantz/extantz.h index 9a27481..ba30405 100644 --- a/src/extantz/extantz.h +++ b/src/extantz/extantz.h @@ -1,9 +1,9 @@ #define USE_EO 0 -#define USE_PHYSICS 1 +#define USE_PHYSICS 0 #define USE_EGL 1 // If using Evas_GL, though it might be via Elm. #define USE_ELM_GL 1 -#define USE_IRR 1 -#define USE_DEMO 1 +#define USE_IRR 0 +#define USE_DEMO 0 #define DO_GEARS 0 @@ -205,6 +205,7 @@ EAPI int startIrr(GLData *gld); EAPI void drawIrr_start(GLData *gld); EAPI void drawIrr_end(GLData *gld); EAPI void finishIrr(GLData *gld); +EAPI void Evas_3D_Demo_add(globals *ourGlobals); #ifdef __cplusplus } -- cgit v1.1