You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/hardware/10.mega/shields/giga-display-shield/tutorials/09.3d-engine-tutorial/content.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ The TinyGL library will enable us to run an engine that can render 3D objects on
32
32
- The source code for this library is available [here](https://github.com/arduino-libraries/TinyGL)
33
33
34
34
## Rotating Gears Example
35
-
35
+
This example will render a set of rotating gears on your GIGA Display Shield's display, which you can move around and inspect using your fingers.
36
36
Open the example by going to **Files > Examples > TinyGL > Gears** in the Arduino IDE, this will open both the required files in the IDE. You should see a `Gears.ino` and a `gears.c` file as tabs in the IDE. Let's first have a look at the `gears.c` file!
0 commit comments