-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathimmersive.html
88 lines (81 loc) · 3.56 KB
/
immersive.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE HTML>
<!--
Template copyright and license:
Spatial by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Tangible Landscape</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<link rel="shortcut icon" href="./images/tl_favicon.ico" />
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-xlarge.css" />
</noscript>
</head>
<body>
<!-- Header -->
<header id="header" class="alt">
<h1><strong><a href="https://geospatial.ncsu.edu/geoforall">NCSU</strong><span style="color: #222"> GeoForAll Lab</span></a></h1>
<nav id="nav">
<ul>
<li><a href="index.html">Concept</a></li>
<li><a href="applications.html">Applications</a></li>
<li><a href="support.html">Get-your-own</a></li>
<li><a href="build.html">Build-your-own</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<section id="main" class="wrapper">
<div class="container">
<header class="major special">
<h2>Real-time 3D rendering and immersion with Tangible Landscape</h2>
</header>
<header>
<h3>Abstract</h3>
</header>
<p>
We coupled Tangible Landscape with an immersive virtual environment so that users can virtually walk around the modeled landscape and visualize it at a human-scale. Now as users shape topography, draw trees, define viewpoints, or route a walkthrough, they can see the results on the projection-augmented model, rendered on a display, or rendered on a head-mounted display.
</p>
<div class="wrapper style4">
<iframe width="960" height="720" src="https://www.youtube.com/embed/pYbpEMjME1Y?rel=0" frameborder="0" allowfullscreen></iframe>
<div class="wrapper style4">
<header>
<h3>Code</h3>
</header>
<p>
<i class="fa fa-github fa-lg" aria-hidden="true"></i> <a href="https://github.com/tangible-landscape/tangible-landscape-immersive-extension">https://github.com/tangible-landscape/tangible-landscape-immersive-extension</a>
</p>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="container">
<ul class="icons">
<li><a href="https://github.com/tangible-landscape/"><i class="fa fa-github fa-lg" aria-hidden="true"></i></a></li>
<li><a href="https://plus.google.com/b/112857255995703553144/112857255995703553144"><i class="fa fa-google-plus fa-lg" aria-hidden="true"></i></a></li>
<li><a href="https://www.youtube.com/channel/UCc37pVh-WE46Xkqeq-KZQsA"><i class="fa fa-youtube fa-lg" aria-hidden="true"></i></a></li>
</ul>
<ul class="copyright">
<li title="Copyright and license (not applicable to linked materials)">
<a href="https://creativecommons.org/licenses/by-sa/4.0/"><i class="fa fa-creative-commons" aria-hidden="true"></i> BY-SA</a> 2016
<a href="https://geospatial.ncsu.edu/geoforall/">NCSU GeoForAll Lab</a></li>
<li>Design: <a href="http://templated.co">TEMPLATED</a></li>
</ul>
</div>
</footer>
</body>
</html>