-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtutorial.html
38 lines (38 loc) · 1.24 KB
/
tutorial.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<style>
body{
font-size: 34px;
}
</style>
</head>
<body>
<h2>CS5331 - Virtual Reality</h2>
<h3>Threejs Introduction and Material</h3>
<ul>
<li>THREEJS <a href="http://mrdoob.com/projects/htmleditor/">Online tool</a></li>
<li><a href="https://threejs.org/editor/" >THREEJS Editor: </a></li>
<li> Basic knowledge <a href="https://alex-nguyen.github.io/CS5331VRLecture/#slide-0">tutorial</a> (adapted from
<a href="http://davidscottlyons.com/threejs/presentations/frontporch14/#slide-0)">David</a>)
</li>
<li>
Link for live demo <a href=" http://myweb.ttu.edu/vinhtngu/cs5331vr/boilerplate.html">Part 1</a>
</li>
<li>
Link for live demo <a href="http://myweb.ttu.edu/vinhtngu/cs5331vr/part2.html">Part 2</a>
</li>
<li>
Link for live demo <a href="http://myweb.ttu.edu/vinhtngu/cs5331vr/part3.html">Part 3</a>
</li>
<li>
Link for live demo <a href="http://myweb.ttu.edu/vinhtngu/cs5331vr/part4.html">Part 4</a>
</li>
<li>
Link for live demo <a href="http://myweb.ttu.edu/vinhtngu/cs5331vr/part5.html">Part 5</a>
</li>
</ul>
</body>
</html>