Skip to content

Commit c9f3c75

Browse files
Fixed video
1 parent ec99349 commit c9f3c75

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

content/hardware/10.mega/shields/giga-display-shield/tutorials/09.3d-engine-tutorial/content.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ Using a 3D engine to construct and render objects can be a hardware heavy proces
1111

1212
In this tutorial, we will show you how to make use of these features!
1313

14+
<video width="100%" loop autoplay>
15+
<source src="assets/3d-engine-example.mp4" type="video/mp4" />
16+
</video>
17+
1418
***Please note that the development status of the [TinyGL](https://github.com/arduino-libraries/TinyGL) library is in an experimental phase.***
1519

1620
## Hardware & Software Needed
@@ -91,4 +95,6 @@ Since the sketch requires the `gears.c` file to compile correctly we recommend o
9195

9296
After uploading the sketch you should see the same result as shown in the gif below:
9397

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>

0 commit comments

Comments
 (0)