Skip to content

Commit 457757a

Browse files
committed
Added links to examples.
1 parent ec5e941 commit 457757a

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

docs/_posts/components/Texturing/MovieTexture.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -288,13 +288,16 @@ Single contained [TextureProperties](/x_ite/components/texturing/textureproperti
288288

289289
Any video file format supported by the web browser, but at least:
290290

291-
| Encoding | File Extension | MIME Type | Comment |
292-
|----------|----------------|------------|--------------|
293-
| MP4 | .mp4 | video/mp4 | Audio/Video |
294-
| WebM | .webm | video/webm | Audio/Video |
295-
| OGG | .ogv | video/ogg | Audio/Video |
296-
| PNG | .png | image/png | Animated PNG |
297-
| GIF | .gif | image/gif | Animated GIF |
291+
| Encoding | File Extension | MIME Type | Comment |
292+
|----------|----------------|------------|------------------|
293+
| MP4 | .mp4 | video/mp4 | Audio/Video |
294+
| WebM | .webm | video/webm | Audio/Video |
295+
| OGG | .ogv | video/ogg | Audio/Video |
296+
| PNG | .png | image/png | [Animated PNG][] |
297+
| GIF | .gif | image/gif | [Animated GIF][] |
298+
299+
[Animated PNG]: /x_ite/playground/?url=https://create3000.github.io/Library/Tests/Components/Texturing/AnimatedPNG.x3d
300+
[Animated GIF]: /x_ite/playground/?url=https://create3000.github.io/Library/Tests/Components/Texturing/AnimatedGIF.x3d
298301

299302
## Advice
300303

0 commit comments

Comments
 (0)