Skip to content

Commit 659aad0

Browse files
committed
Added animated PNG example.
1 parent 3fa5ef8 commit 659aad0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/_posts/x3d-examples.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,13 @@ In X3D, you can create a clipped background by combining a [Background](/x_ite/c
4343
**Scrolling Text**
4444

4545
In X3D, scrolling text effects can be achieved by animating the position of text geometry while a [ClipPlane](/x_ite/components/rendering/clipplane/) hides the overflow outside a defined area. Combining [TimeSensor](/x_ite/components/time/timesensor/), [PositionInterpolator](/x_ite/components/interpolation/positioninterpolator/), and routing creates smooth, continuous text movement for banners, tickers, or credits.
46+
47+
---
48+
49+
## Textures
50+
51+
[![Animated PNG](https://create3000.github.io/media/x_ite/examples/animated-png/screenshot.png)](/x_ite/playground/?url=https://create3000.github.io/media/x_ite/examples/animated-png/animated-png.x3d){: .left .w-25 }
52+
53+
**Animated PNG**
54+
55+
In X3D, an animated PNG can be displayed using [MovieTexture](/x_ite/components/texturing/movietexture/), allowing frame-by-frame playback directly on 3D geometry. Custom controls implemented with sensors and scripts can start, pause, or resume the animation, giving users interactive control over the playback.

0 commit comments

Comments
 (0)