|
@@ -10,18 +10,21 @@ Add-Ons provide an enriched experience with additional features that enhance the
|
10
|
10
|
.addon-container:nth-child(2n) > div:nth-child(2) { min-width: 426px; margin-right: 32px; order: -1; }
|
11
|
11
|
</style>
|
12
|
12
|
|
|
13
|
+<link rel="stylesheet" href="../style/lite-yt-embed.css">
|
|
14
|
+<script src="../js/lite-yt-embed.js"></script>
|
|
15
|
+
|
13
|
16
|
<div class="addon-container" markdown>
|
14
|
17
|
<div markdown>
|
15
|
18
|
|
16
|
19
|
## Video Player
|
17
|
20
|
|
18
|
|
-Enchant your audience with this [easy-to-use and customizable](./ar-video-player.md) Video Player! Videos in AR are suitable for: product marketing, AR business cards, educational materials, interactive art, entertainment, and more!
|
|
21
|
+Enchant your audience using this [easy-to-use & customizable](./ar-video-player.md) Video Player! Videos in AR are suitable for: product marketing, AR business cards, educational materials, interactive art, and more!
|
19
|
22
|
|
20
|
23
|
[I want this!](https://ko-fi.com/s/697a184728){ .md-button ._blank }
|
21
|
24
|
|
22
|
25
|
</div>
|
23
|
26
|
<div>
|
24
|
|
- <iframe width="426" height="240" src="https://www.youtube.com/embed/sz4Fmf3zyho?si=1aI6_Odv2iebIjbL" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
|
|
27
|
+ <lite-youtube videoid="sz4Fmf3zyho"></lite-youtube>
|
25
|
28
|
</div>
|
26
|
29
|
</div>
|
27
|
30
|
|
|
@@ -47,7 +50,7 @@ Add interactivity to your scenes with easy-to-use buttons for AR! You can [custo
|
47
|
50
|
|
48
|
51
|
## AR Clickables
|
49
|
52
|
|
50
|
|
-Turn 3D and 2D objects into "clickables" that respond to touch or mouse input. AR Clickables are the building blocks of AR Buttons and are included with them.
|
|
53
|
+Turn 3D and 2D objects into "clickables" that respond to touch or mouse input. AR Clickables are based on the [Pointer Tracker](../api/pointer-tracker.md). They are the building blocks of AR Buttons and are included with them.
|
51
|
54
|
|
52
|
55
|
[I want this!](https://ko-fi.com/s/697a184728){ .md-button ._blank }
|
53
|
56
|
|