Wiki page animating_cube changed with summary [fix output] by Vincent Torri

This commit is contained in:
Vincent Torri 2023-07-27 05:09:50 -07:00 committed by www-data
parent e3904068ec
commit 72180e4117
1 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,7 @@
~~Title: Creating the Cube - GL 2D Tutorial~~
//**__previous page__: **//[[/develop/legacy/tutorial/gl2d/rendering_cube|Rendering the Cube]].
//**previous page:**// [[/develop/legacy/tutorial/gl2d/rendering_cube|Rendering the Cube]].
==== Animating the Cube ====
''Ecore_Animator'' is used to create an animation.
@ -129,4 +131,5 @@ evas_object_event_callback_add(gl, EVAS_CALLBACK_MOUSE_UP, _mouse_up_cb, gld);
evas_object_event_callback_add(gl, EVAS_CALLBACK_MOUSE_MOVE, _mouse_move_cb, gld);
</code>
\\
//**__next page__: **//[[/develop/legacy/tutorial/gl2d/widget_interaction|Implementing Widget Interaction]]
//**next page:**// [[/develop/legacy/tutorial/gl2d/widget_interaction|Implementing Widget Interaction]]