Evas 3d example: Print message for usage
authorJean-Philippe Andre <jp.andre@samsung.com>
Thu, 14 Jan 2016 03:18:53 +0000 (12:18 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Thu, 14 Jan 2016 03:18:53 +0000 (12:18 +0900)
src/examples/evas/evas-3d-hull.c

index 2333f9e..31748dc 100644 (file)
@@ -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;