File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
content/hardware/10.mega/shields/giga-display-shield/tutorials/09.3d-engine-tutorial Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ Using a 3D engine to construct and render objects can be a hardware heavy proces
11
11
12
12
In this tutorial, we will show you how to make use of these features!
13
13
14
+ <video width =" 100% " loop autoplay >
15
+ <source src =" assets/3d-engine-example.mp4 " type =" video/mp4 " />
16
+ </video >
17
+
14
18
*** Please note that the development status of the [ TinyGL] ( https://github.com/arduino-libraries/TinyGL ) library is in an experimental phase.***
15
19
16
20
## Hardware & Software Needed
@@ -91,4 +95,6 @@ Since the sketch requires the `gears.c` file to compile correctly we recommend o
91
95
92
96
After uploading the sketch you should see the same result as shown in the gif below:
93
97
94
- ![ Gears sketch running on the GIGA Display Shield] ( assets/tinygl-example.gif )
98
+ <video width =" 100% " loop autoplay >
99
+ <source src =" assets/3d-engine-example.mp4 " type =" video/mp4 " />
100
+ </video >
You can’t perform that action at this time.
0 commit comments