summaryrefslogtreecommitdiff
path: root/src/examples/evas/evas-3d-pick.c
Commit message (Expand)AuthorAgeFilesLines
* Evas: Move 3d to Efl.Canvas.Scene3dJean-Philippe Andre2016-03-151-2/+2
* Revert "Automatic migration to the new eo_add syntax."Tom Hacohen2016-03-111-10/+11
* Automatic migration to the new eo_add syntax.Tom Hacohen2016-03-091-11/+10
* Automatic migration to Eo4.Tom Hacohen2016-03-031-58/+39
* Evas canvas3d: Move evas 3d types to evas_types.eotOleksandr Shcherbina2015-08-041-7/+7
* evas: change interface evas_3d to evas_canvas3dOleksandr Shcherbina2015-06-171-48/+48
* evas: Evas_3D examples use new API for creating primitives.Bogdan Devichev2015-05-291-5/+7
* evas: fix compilation in the Evas 3D examples.se.osadchy2015-04-151-1/+1
* evas: fix example to follow new Efl.Gfx interface.Cedric BAIL2015-04-031-5/+5
* evas: pick example uses sphere primitives.Bogdan Devichev2015-03-181-208/+9
* evas-3d: deleted some unneccesary resources and moon-space exampleBogdan Devichev2015-03-031-1/+1
* evas: refactoring evas examples descriptions.Bogdan Devichev2015-02-231-0/+12
* evas: resources for evas-2d examples are added to resource folder.Bogdan Devichev2015-02-201-4/+3
* evas: Evas_3D - add creation of folder for saving and usage of PACKAGE_DATA_D...Bogdan Devichev2015-02-201-1/+9
* evas: Evas_3D - regularize resource for 3D examples.Bogdan Devichev2015-02-181-1/+2
* evas: let's fix all Tasn borkage.Cedric BAIL2014-10-081-1/+0
* Eo: Get rid of eo_add_custom.Tom Hacohen2014-09-251-3/+3
* evas: Examples - fix Evsa3D Eo classnames.Savio Sena2014-06-041-1/+1
* evas/evas3d: applied eo intensively and fix indentation.ChunEon Park2014-05-121-234/+222
* evas/evas3d: removed export of evas_3d_node_add() and apply eo to examples.ChunEon Park2014-05-071-3/+8
* evas-3d: Fix typo in evas-3d-pick.cJaehyun Cho2014-05-071-2/+2
* evas/evas3d - adjust examples window size.ChunEon Park2014-05-071-2/+2
* evas/evas3d: set gl backened forcely in the examplesChunEon Park2014-05-071-0/+3
* evas: fix Evas_3D examples to use Eo API.Cedric Bail2014-05-011-73/+82
* evas/evas3d: rename 3d_scene_set()/get() to scene_set()/get()ChunEon Park2014-04-251-1/+1
* evas3d: forget evas_3d.h. it's merged to evas.hChunEon Park2014-04-251-1/+1
* Evas: 3D: Change the api name from t3d_scene to 3d_scene as the eolian issue ...Subhransu Sekhar Mohanty2014-04-251-1/+1
* Evas: 3D: Refined proxy texture implementationTaekyun Kim2014-04-251-1/+1
* Evas: 3D: Example: Picking exampleTaekyun Kim2014-04-251-0/+397