From a79aa7c6596ad44e9972facab6a0fb5763a30c0c Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Thu, 27 Jul 2023 05:10:49 -0700 Subject: [PATCH] Wiki page widget_interaction changed with summary [fix output] by Vincent Torri --- pages/develop/legacy/tutorial/gl2d/widget_interaction.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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]]