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

This commit is contained in:
Vincent Torri 2023-07-27 05:06:22 -07:00 committed by www-data
parent f225b93ef9
commit be70dc9bf0
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
~~Title: Creating the Cube - GL 2D Tutorial~~
//**__previous page__: **//[[/develop/legacy/tutorial/gl2d/basic_application|Creating the
//**previous page:**// [[/develop/legacy/tutorial/gl2d/basic_application|Creating the
Basic Application]].
==== Creating the Cube ====
@ -125,4 +126,4 @@ static const float colors[] =
};
</code>
//**__next page__: **//[[/develop/legacy/tutorial/gl2d/drawing_cube|Drawing the Cube with GLView]]
//**next page:**// [[/develop/legacy/tutorial/gl2d/drawing_cube|Drawing the Cube with GLView]]