Difference between revisions of "project09:Tests"

From 100ybp
Jump to: navigation, search
 
(37 intermediate revisions by one user not shown)
Line 5: Line 5:
 
<div style="float:left; width: 158px; height 30px; border: 1px solid #aaa; margin-right:10px; margin-bottom:10px;" align="center">
 
<div style="float:left; width: 158px; height 30px; border: 1px solid #aaa; margin-right:10px; margin-bottom:10px;" align="center">
 
[[Project09:Main|'''Main''']]
 
[[Project09:Main|'''Main''']]
</div>
 
<div style="float:left; width: 158px; height 30px; border: 1px solid #aaa; margin-right:10px; margin-bottom:10px;" align="center">
 
[[Project09:References|'''References''']]
 
 
</div>
 
</div>
 
<div style="float:left; width: 158px; height 30px; border: 1px solid #aaa; margin-right:10px; margin-bottom:10px;" align="center">
 
<div style="float:left; width: 158px; height 30px; border: 1px solid #aaa; margin-right:10px; margin-bottom:10px;" align="center">
Line 41: 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 52: Line 58:
 
<div id="container">
 
<div id="container">
 
<div id="imgcont">
 
<div id="imgcont">
<h2>Initial Flocking Algorithm tests</h2>
+
<h2>Initial Flocking Algorithm</h2>
     <iframe width="850" height="637.5" src="https://drive.google.com/file/d/1xUt65UpD-ci36NopCqFUxJUdqhQjBO2_/preview"></iframe>
+
     <iframe src="https://drive.google.com/file/d/1brZgkIL2EYB_Ni5nvDPMFjh4qKznhiit/preview?feature=player_detailpage&VQ=HD720" frameborder="0" allowfullscreen></iframe>
 +
 
 +
    <iframe frameborder="0" allowfullscreen src="https://drive.google.com/file/d/1xUt65UpD-ci36NopCqFUxJUdqhQjBO2_/preview?VQ=HD720"></iframe>
 +
   
 +
<h2>Colliding Spheres</h2>
 +
    <iframe frameborder="0" allowfullscreen src="https://drive.google.com/file/d/18208o2lleaKv2V8vciFDpAtez91sRca6/preview?VQ=HD720"></iframe>
 +
   
 +
<h2>Kangaroo</h2>
 +
    <iframe frameborder="0" allowfullscreen src="https://drive.google.com/file/d/1BDDnFT3h-Ws88w_9mKtTGdPVT_qIHA7i/preview?VQ=HD720"></iframe>
 +
 
 +
<h2>Program Diagram</h2>
 +
    <iframe frameborder="0" allowfullscreen src="https://drive.google.com/file/d/1dUtEnckCN4-w1xiuAkXJZOloFJmbIJjS/preview?VQ=HD720"></iframe>
 +
    <iframe frameborder="0" allowfullscreen src="https://drive.google.com/file/d/1CcnrF0oWOXgrwtcTSHEL_bGqHECPcx_W/preview?VQ=HD720"></iframe>
 +
    <iframe frameborder="0" allowfullscreen src="https://drive.google.com/file/d/1cfJMTtMW6ZK9HNMxxz0Cr0d7YMt3cWDd/preview?VQ=HD720"></iframe>
 +
   
 +
<h2>Manual Physics Simulation</h2>
 +
    <iframe frameborder="0" allowfullscreen src="https://drive.google.com/file/d/1rZh2xvv6azxm_7vxOCaYV8nMvU99lEZH/preview?VQ=HD720"></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