hermet pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=8c350554de10205f938f89ef94553dea0ba1525c

commit 8c350554de10205f938f89ef94553dea0ba1525c
Author: Bogdan Devichev <[email protected]>
Date:   Mon Apr 6 11:01:14 2015 +0900

    evas-3d: parallax-occlusion example is fixed.
    
    Summary: wrong pathes to resources are fixed
    
    Reviewers: cedric, Hermet, raster, Sergeant_Whitespace
    
    Reviewed By: Sergeant_Whitespace
    
    Subscribers: Sergeant_Whitespace, Ievgen, cedric
    
    Differential Revision: https://phab.enlightenment.org/D2235
---
 src/examples/evas/evas-3d-parallax-occlusion.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/examples/evas/evas-3d-parallax-occlusion.c 
b/src/examples/evas/evas-3d-parallax-occlusion.c
index 60af0d1..76640cd 100644
--- a/src/examples/evas/evas-3d-parallax-occlusion.c
+++ b/src/examples/evas/evas-3d-parallax-occlusion.c
@@ -26,10 +26,10 @@
 #define  WIDTH          400
 #define  HEIGHT         400
 
-static const char *rock_diffuse = PACKAGE_EXAMPLES_DIR EVAS_MODEL_FOLDER 
"rocks.jpg";
-static const char *rock_n_and_height_map = PACKAGE_EXAMPLES_DIR 
EVAS_IMAGE_FOLDER "rocks_NM_height.tga";
-static const char *wood_diffuse = PACKAGE_EXAMPLES_DIR EVAS_MODEL_FOLDER 
"wood.jpg";
-static const char *wood_n_and_height_map = PACKAGE_EXAMPLES_DIR 
EVAS_IMAGE_FOLDER "four_NM_height.tga";
+static const char *rock_diffuse = PACKAGE_EXAMPLES_DIR EVAS_IMAGE_FOLDER 
"/rocks.jpg";
+static const char *rock_n_and_height_map = PACKAGE_EXAMPLES_DIR 
EVAS_IMAGE_FOLDER "/rocks_NM_height.tga";
+static const char *wood_diffuse = PACKAGE_EXAMPLES_DIR EVAS_IMAGE_FOLDER 
"/wood.jpg";
+static const char *wood_n_and_height_map = PACKAGE_EXAMPLES_DIR 
EVAS_IMAGE_FOLDER "/four_NM_height.tga";
 
 typedef struct _Scene_Data
 {

-- 


Reply via email to