-
Notifications
You must be signed in to change notification settings - Fork 66
/
Copy pathgearsX3D.html
27 lines (27 loc) · 1.07 KB
/
gearsX3D.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html>
<head>
<title>gears.x3d</title>
<script type='text/javascript' src='https://www.x3dom.org/download/x3dom.js'> </script>
<link rel='stylesheet' type='text/css' href='https://www.x3dom.org/download/x3dom.css'></link>
</head>
<body style="padding:10px;">
<div style="width:800px; margin:auto;">
Rotate:
<img width="50px" src="https://doc.x3dom.org/tutorials/animationInteraction/navigation/img/Mouse_Left.png"/>
Zoom:
<img width="50px" src="https://doc.x3dom.org/tutorials/animationInteraction/navigation/img/Mouse_Right.png"/>
Zoom:
<img width="44px" src="https://doc.x3dom.org/tutorials/animationInteraction/navigation/img/Mouse_Wheel_Scroll.png"/>
Pan:
<img width="50px" src="https://doc.x3dom.org/tutorials/animationInteraction/navigation/img/Mouse_Wheel_Press.png"/>
More:
<a href="https://doc.x3dom.org/tutorials/animationInteraction/navigation/">X3DOM Documentation</a>
</div>
<x3d>
<scene>
<inline url="gears.x3d"></inline>
</scene>
</x3d>
</body>
</html>