Difference between revisions of "project09:Tests"

From 100ybp
Jump to: navigation, search
Line 39: Line 39:
 
* {  box-sizing: border-box;}
 
* {  box-sizing: border-box;}
 
#container {width: 850px;}
 
#container {width: 850px;}
#imgcont {float: left;
+
#imgcont {
 +
    position: relative;
 +
height: 0;
 +
overflow: hidden;
 +
   
 +
    float: left;
 
width: 100%;
 
width: 100%;
 
padding: 1%;}
 
padding: 1%;}
 +
   
 +
    #imgcont iframe{position: absolute;
 +
top: 0; left: 0;
 +
width: 100%;
 +
height: 100%;}
 +
   
 
h2 {}
 
h2 {}
 
.image {width: 100%;}
 
.image {width: 100%;}

Revision as of 12:34, 3 April 2019


Sample.png



Tests


Initial Flocking Algorithm

Colliding Spheres

Kangaroo

Program Diagram

Manual Physics Simulation