-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (29 loc) · 1.97 KB
/
index.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<html>
<head>
<title>Scripts A-Frame VR</title>
</head>
<body>
<h1>Script collection A-Frame VR</h1>
<h2><a href="https://mathispr.github.io/A-FrameVR/baseVR_script.html">VR Base-Script</a></h2>
<p>Just the pure basic Script </p>
<h2><a href="https://mathispr.github.io/A-FrameVR/VRinteraction1.html">VR Interaction-Script</a></h2>
<p>simple Interaction</p>
<h2><a href="https://mathispr.github.io/A-FrameVR/VRinteraction2.html">VR Interaction-Script super-hands - grabable </a></h2>
<p>Interaction super-hands grabbable</p>
<h2><a href="https://mathispr.github.io/A-FrameVR/VRinteraction3.html">VR Interaction-Script super-hands - draggable </a></h2>
<p>Interaction super-hands draggable and droppable</p>
<h2><a href="https://mathispr.github.io/A-FrameVR/VRinteraction4.html">VR Interaction-Script super-hands - Wireframe</a></h2>
<p>Interaction super-hands Wireframe Example by Murphy</p>
<h2><a href="https://mathispr.github.io/A-FrameVR/VR_Semantic_Animation.html">Semantic Animations</a></h2>
<p>Fluet and easing animations</p>
<h2><a href="https://mathispr.github.io/A-FrameVR/VR_Look-at_component.html">Look-at component</a></h2>
<p>Objects always facing their target</p>
<h2><a href="https://mathispr.github.io/A-FrameVR/Movement_Controls.html">Movement Controls</a></h2>
<p>How to move with wasd and look-controls</p>
<h2><a href="https://mathispr.github.io/A-FrameVR/Isometric_Street_Movement.html"></a>Navigation Mesh</h2>
<p>Works only with a gltf as a constraint area with extra Component - see Danilo Pasquariello Udemy-Course L37</p>
<p>See <a href="https://github.com/donmccurdy/aframe-inspector-plugin-recast">Don McCurdy Navigation Mesh A-Frame Inspector Plugin</a></p>
<h2><a href="https://mathispr.github.io/A-FrameVR/Isometric_Street_Movement.html">Walk in a Street</a></h2>
<p>Walk with WASD and look-controls in a Street Corner</p>
</body>
</html>