diff --git a/pages/develop/legacy/tutorial/gl2d/widget_interaction.txt b/pages/develop/legacy/tutorial/gl2d/widget_interaction.txt index 62b794c37..6520f46ad 100644 --- a/pages/develop/legacy/tutorial/gl2d/widget_interaction.txt +++ b/pages/develop/legacy/tutorial/gl2d/widget_interaction.txt @@ -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); \\ -//**__next page__: **//[[/develop/legacy/tutorial/gl2d/effects|Implementing Effects]] + +//**next page:**// [[/develop/legacy/tutorial/gl2d/effects|Implementing Effects]]