From: Jean-Philippe Andre Date: Thu, 14 Jan 2016 03:18:53 +0000 (+0900) Subject: Evas 3d example: Print message for usage X-Git-Tag: upstream/1.20.0~7651 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5a4bdaac2d5c26d8ec19cb15d05cc1d29d760022;p=platform%2Fupstream%2Fefl.git Evas 3d example: Print message for usage --- diff --git a/src/examples/evas/evas-3d-hull.c b/src/examples/evas/evas-3d-hull.c index 2333f9e..31748dc 100644 --- a/src/examples/evas/evas-3d-hull.c +++ b/src/examples/evas/evas-3d-hull.c @@ -453,6 +453,8 @@ main(void) if (!ecore_evas_init()) return 0; + printf("Loading 3d meshes. Press Left or Right to switch between models.\n"); + ecore_evas = ecore_evas_new(NULL, 10, 10, WIDTH, HEIGHT, NULL); if (!ecore_evas) return 0;