CfdTimeDynPCs.html 3.58 KB
Newer Older
Sven Schneider's avatar
Sven Schneider committed
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
<!DOCTYPE html>
<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]>         <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
    <head>
        <meta charset="utf-8">
        <title>Stuttgart</title>
        <link rel="stylesheet" href="css/normalize.css">
        <link rel="stylesheet" href="css/main.css">
        <link rel="stylesheet" href="css/cinergy.css">
        <link rel="stylesheet" href="jsq/Cesium/Widgets/widgets.css">
        <link rel="stylesheet" href="css/legend.css">
        <link rel="stylesheet" href="css/toolbar.css">
       <!-- <link rel="stylesheet" href="css/CesiumSandcastle.css"> -->
        <script src="jsq/jquery-2.2.3.min.js"></script>
        <script src="jsq/jquery.cookie-1.3.1.js"></script>
        <script src="jsq/modernizr-2.6.2.min.js"></script>
        
        <script src="jsq/Cesium/Cesium.js"></script>
        
    </head>
    <body>
        <header>
          <h1> <img src="imgs/icity.png" style="height:12%;width:8%;"> i_City </h1>  
          <h2>  TP2.4 - Prototyp 2: Webbasierte Visualisierung von CFD Simulationsdaten </h2>		
             
        </header>
		
           <div id="wrapper">
			  <script src="jsq/stoeckachTimeDynPC.js"></script>  			  
			  <div  id="cesiumContainer" class="pagecesium">
		       
                   <!--
                        <div id="toolbar" >
                            <table class="infoPanel">
                                <tbody>
                                    <tr>
                                        <td>Click on the 3D window then use the keyboard to change settings.</td>
                                    </tr>
                                    <tr>
                                        <td>Heading: <span id="heading"></span>°</td>
                                    </tr>
                                    <tr>
                                        <td>← to left/→ to right</td>
                                    </tr>
                                    <tr>
                                        <td>Pitch: <span id="pitch"></span>°</td>
                                    </tr>
                                    <tr>
                                        <td>↑ to up/↓ to down</td>
                                    </tr>
                                    <tr>
                                        <td>roll: <span id="roll"></span>°</td>
                                    </tr>
                                    <tr>
                                        <td>← + ⇧ left/→ + ⇧ right</td>
                                    </tr>
                                    <tr>
                                        <td>Speed: <span id="speed"></span>m/s</td>
                                    </tr>
                                    <tr>
                                        <td>↑ + ⇧ to speed up/↓ + ⇧ to speed down</td>
                                    </tr>
                                    
                    
                                </tbody>
                            </table>
                        </div>
                    

					<div id="legend">
				  
					<p>Measured Building Height</p>
					<div class="inner"></div>
                  </div>   
                -->            
             
			  </div>          
			      <!-- LEGEND -->        
			<p align="center"><h5>Copyright &copy; 2018 hft-stuttgart. all rights reserved</h5></p>       
			</div>
			
    </body>
    
    
</html>