evas: test cases are changed according to changes of API in step 4. Specific logic in obj_saver is removed for standardization of API.

This commit is contained in:
Bogdan Devichev 2014-11-28 18:48:35 +02:00 committed by Cedric BAIL
parent ca12cab774
commit 5b8d4bd6cb
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ main(void)
1.0, 1.0, 1.0, 1.0),
evas_3d_material_shininess_set(50.0));
eo_do(mesh, evas_3d_mesh_save("saved_man", NULL));
eo_do(mesh, evas_3d_mesh_save("saved_man.obj", NULL));
mesh_node = eo_add(EVAS_3D_NODE_CLASS, evas,
evas_3d_node_constructor(EVAS_3D_NODE_TYPE_MESH));