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

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

View File

@ -1,5 +1,7 @@
~~Title: Widget Interaction - GL 2D Tutorial~~
//**__previous page__: **//[[/develop/legacy/tutorial/gl2d/animating_cube|Animating the Cube]]
//**previous page:**// [[/develop/legacy/tutorial/gl2d/animating_cube|Animating the Cube]]
==== Implementing Widget Interaction ====
Consider using widget to control some aspects of the rendering. For example,
@ -71,4 +73,5 @@ customScale(gld->model, scalex, scaley, scalez);
customMutlMatrix(gld->mvp, gld->view, gld->model);
</code>
\\
//**__next page__: **//[[/develop/legacy/tutorial/gl2d/effects|Implementing Effects]]
//**next page:**// [[/develop/legacy/tutorial/gl2d/effects|Implementing Effects]]