Difference between revisions of "Msc1G4:Group"

From rbse
Jump to: navigation, search
 
(5 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
<html>
 
<html>
 
<style>
 
<style>
<script src="http://rbse.hyperbody.nl/vrview-master/build/vrview.min.js"></script>
 
 
div#headercontainer {
 
div#headercontainer {
 
width: 850px;
 
width: 850px;
Line 16: Line 15:
 
div#button {
 
div#button {
 
float: left;
 
float: left;
width: 150px;
+
width: 170px;
 
height: 30px;
 
height: 30px;
margin-left: 16px;
+
margin-left: 36px;
 
margin-top: 70px;
 
margin-top: 70px;
background: #efae95;
+
background: #33586b;
 
opacity: 0.9;
 
opacity: 0.9;
 
}
 
}
Line 41: Line 40:
 
<div id="button" align="center">
 
<div id="button" align="center">
 
[[Msc1G4:Student3|'''MACRO SCALE''']]
 
[[Msc1G4:Student3|'''MACRO SCALE''']]
</div>
 
<div id="button" align="center">
 
[[Msc1G4:Student4|'''-''']]
 
 
</div>
 
</div>
 
</div>
 
</div>
 
  
  
Line 62: Line 57:
  
  
<html>   
+
Students: Elpiza Kolo, Hilde Rosenboom, Erik Zanetti, Shuwei Zhang
    <div id="vrview"></div>
+
 
+
    <script src="/vrview-master/build/vrview.js"></script>
+
<script>
+
var vrView;
+
function onLoad() {
+
  vrView = new VRView.Player('#vrview', {
+
width: '100%',
+
height: 480,
+
image: '/images/c/cd/BEDROOM_RENDER_F.jpg',
+
preview: '/vrview-master/examples/gallery/petra-preview.jpg',
+
is_stereo: false,
+
is_autopan_off: true
+
  });
+
  vrView.on('ready', onVRViewReady);
+
  vrView.on('modechange', onModeChange);
+
  vrView.on('error', onVRViewError);
+
}
+
window.addEventListener('load', onLoad);
+
</script>
+
</html>
+

Latest revision as of 13:56, 17 February 2017



User research new Layout 1 new.jpg
Architectural elements.jpg
ADM privacy levels.jpg
Orange new links architecture activity people path.jpg
FINAL 21configurations-01.png
Exploded core new-01.jpg


Students: Elpiza Kolo, Hilde Rosenboom, Erik Zanetti, Shuwei Zhang