Difference between revisions of "project09:Tests"

From 100ybp
Jump to: navigation, search
 
(31 intermediate revisions by one user not shown)
Line 38: Line 38:
 
<style>
 
<style>
 
* {  box-sizing: border-box;}
 
* {  box-sizing: border-box;}
#container {width: 100%;}
+
#container {width: 850px;}
#imgcont {float: left;
+
#imgcont {
width: 99%;
+
    position: relative;   
 +
    float: left;
 +
width: 850px;
 +
    height: auto;
 
padding: 1%;}
 
padding: 1%;}
 +
   
 +
#imgcont iframe{
 +
    width: 850px;
 +
    height: 478px;
 +
    }   
 +
   
 
h2 {}
 
h2 {}
 
.image {width: 100%;}
 
.image {width: 100%;}
Line 50: Line 59:
 
<div id="imgcont">
 
<div id="imgcont">
 
<h2>Initial Flocking Algorithm</h2>
 
<h2>Initial Flocking Algorithm</h2>
     <iframe width="850" height="637.5"  src="https://drive.google.com/file/d/1brZgkIL2EYB_Ni5nvDPMFjh4qKznhiit/preview?vq=hd720p"></iframe>
+
     <iframe src="https://drive.google.com/file/d/1brZgkIL2EYB_Ni5nvDPMFjh4qKznhiit/preview?feature=player_detailpage&VQ=HD720" frameborder="0" allowfullscreen></iframe>
  
     <iframe width="850" height="637.5" src="https://drive.google.com/file/d/1xUt65UpD-ci36NopCqFUxJUdqhQjBO2_/preview"></iframe>
+
     <iframe frameborder="0" allowfullscreen src="https://drive.google.com/file/d/1xUt65UpD-ci36NopCqFUxJUdqhQjBO2_/preview?VQ=HD720"></iframe>
 
      
 
      
 
<h2>Colliding Spheres</h2>
 
<h2>Colliding Spheres</h2>
     <iframe width="850" height="637.5" src="https://drive.google.com/file/d/18208o2lleaKv2V8vciFDpAtez91sRca6/preview"></iframe>
+
     <iframe frameborder="0" allowfullscreen src="https://drive.google.com/file/d/18208o2lleaKv2V8vciFDpAtez91sRca6/preview?VQ=HD720"></iframe>
 
      
 
      
 
<h2>Kangaroo</h2>
 
<h2>Kangaroo</h2>
     <iframe width="850" height="637.5" src="https://drive.google.com/file/d/1BDDnFT3h-Ws88w_9mKtTGdPVT_qIHA7i/preview"></iframe>
+
     <iframe frameborder="0" allowfullscreen src="https://drive.google.com/file/d/1BDDnFT3h-Ws88w_9mKtTGdPVT_qIHA7i/preview?VQ=HD720"></iframe>
  
 
<h2>Program Diagram</h2>
 
<h2>Program Diagram</h2>
     <iframe width="850" height="637.5" src="https://drive.google.com/file/d/1dUtEnckCN4-w1xiuAkXJZOloFJmbIJjS/preview"></iframe>
+
     <iframe frameborder="0" allowfullscreen src="https://drive.google.com/file/d/1dUtEnckCN4-w1xiuAkXJZOloFJmbIJjS/preview?VQ=HD720"></iframe>
     <iframe width="850" height="637.5" src="https://drive.google.com/file/d/1CcnrF0oWOXgrwtcTSHEL_bGqHECPcx_W/preview"></iframe>
+
     <iframe frameborder="0" allowfullscreen src="https://drive.google.com/file/d/1CcnrF0oWOXgrwtcTSHEL_bGqHECPcx_W/preview?VQ=HD720"></iframe>
     <iframe width="850" height="637.5" src="https://drive.google.com/file/d/1cfJMTtMW6ZK9HNMxxz0Cr0d7YMt3cWDd/preview"></iframe>
+
     <iframe frameborder="0" allowfullscreen src="https://drive.google.com/file/d/1cfJMTtMW6ZK9HNMxxz0Cr0d7YMt3cWDd/preview?VQ=HD720"></iframe>
 
      
 
      
 
<h2>Manual Physics Simulation</h2>
 
<h2>Manual Physics Simulation</h2>
     <iframe width="850" height="637.5" src="https://drive.google.com/file/d/1rZh2xvv6azxm_7vxOCaYV8nMvU99lEZH/preview"></iframe>
+
     <iframe frameborder="0" allowfullscreen src="https://drive.google.com/file/d/1rZh2xvv6azxm_7vxOCaYV8nMvU99lEZH/preview?VQ=HD720"></iframe>
     <iframe width="850" height="637.5" src="https://drive.google.com/file/d/1MugYzTF4TdXw2BuvlwHkckJL78UooWBr/preview"></iframe>
+
     <iframe frameborder="0" allowfullscreen src="https://drive.google.com/file/d/1MugYzTF4TdXw2BuvlwHkckJL78UooWBr/preview?VQ=HD720"></iframe>
 
</div>
 
</div>
  

Latest revision as of 13:00, 3 April 2019


Sample.png



Tests


Initial Flocking Algorithm

Colliding Spheres

Kangaroo

Program Diagram

Manual Physics Simulation