Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Diff: Renderer/Renderer.h
- Revision:
- 37:524b91130885
- Parent:
- 36:6fbafc8bed80
- Child:
- 46:824ec81ff578
diff -r 6fbafc8bed80 -r 524b91130885 Renderer/Renderer.h --- a/Renderer/Renderer.h Mon Apr 29 14:58:59 2019 +0000 +++ b/Renderer/Renderer.h Mon Apr 29 15:15:16 2019 +0000 @@ -10,7 +10,8 @@ #endif /** Face class -*@brief A class used to instantiate a renderer object, this class provides an interface from the game to the display +*@brief A class used to instantiate a Renderer object, this class provides an interface from the game to the display. Each Face of all the Cube objects will be passed to the Renderer + for it to be rasterised and its outlines drawn. *@author Christopher Doel *@date April, 2019 */