Skip to content

Commit 7b37ebb

Browse files
committed
Added keyboard navigation example.
1 parent 9ad445e commit 7b37ebb

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
@@ -30,6 +30,16 @@ In X3D, particle simulations can be built using `ProtoDeclare` to define customi
3030

3131
---
3232

33+
## Navigation
34+
35+
[![Keyboard Navigation](https://create3000.github.io/media/x_ite/examples/keyboard-navigation/screenshot.png)](/x_ite/playground/?url=https://create3000.github.io/media/x_ite/examples/keyboard-navigation/keyboard-navigation.x3d){: .left .w-25 }
36+
37+
**Keyboard Navigation**
38+
39+
In X3D, keyboard navigation can be implemented by using [KeySensor](/x_ite/components/keydevicesensor/keysensor/) nodes to capture user input and control viewpoint movement or scene interactions. This allows users to explore the 3D environment intuitively, similar to navigating in a game or virtual tour.
40+
41+
---
42+
3343
## Effects
3444

3545
[![Clipped Background](https://create3000.github.io/media/x_ite/examples/clipped-background/screenshot.png)](/x_ite/playground/?url=https://create3000.github.io/media/x_ite/examples/clipped-background/clipped-background.x3d){: .left .w-25 }

0 commit comments

Comments
 (0)