Example of using "Canvas" form "Graphics" library to display 3D graphics.

Dependencies:   BSP_DISCO_F746NG Graphics mbed

Revision:
3:aca7fe2d44b3
Parent:
2:ef3093a7a43e
--- a/Models/Sphere.h	Fri Nov 11 15:30:07 2016 +0000
+++ b/Models/Sphere.h	Fri Nov 11 17:06:53 2016 +0000
@@ -6,8 +6,7 @@
 // See : https://github.com/fabio914/arduinogl/blob/master/examples
 //
 
-#ifndef _SPHERE_H
-#define _SPHERE_H
+#pragma once
 
 #include <ArduinoGL.h>
 #include "Model.h"
@@ -39,5 +38,3 @@
 
     float _perspectiveAspect;
 };
-
-#endif
\ No newline at end of file