Add files via upload

This commit is contained in:
TimothyLottes
2016-11-09 00:58:42 -05:00
committed by GitHub
parent bdc72eb022
commit 28040b54df
9 changed files with 25 additions and 0 deletions
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

+24
View File
@@ -0,0 +1,24 @@
<html><head><link rel="stylesheet" href="style.css"></head><body><div class="page">
<h1>20070730 - Computational Fluid Dynamics Code</h1>
<br>
As with the graphics engine, the Atom Physics Engine is directly coupled with the cellular representation of the world. This allows for some truly remarkable gameplay features, such as localized micro gravity, all objects exerting forces on surrounding objects, and self healing world and players. The screen shots below show some of the dynamic destructibility and self healing of the engine.
<br>
<br>
<center>
<img src="20070730-A.jpg"><br><br>
<img src="20070730-B.jpg"><br><br>
<img src="20070730-C.jpg"><br><br>
<img src="20070730-D.jpg"><br><br>
<img src="20070730-E.jpg"><br><br>
<img src="20070730-F.jpg"><br><br>
<img src="20070730-G.jpg"><br><br>
</center>
</div></body></html>
+1
View File
@@ -91,6 +91,7 @@ Below this is active random migration (456 prior posts still to filter through)
<a href="20090422.html">20090422 - WFA Image Compression</a><br>
<br>
<b>2007</b><br>
<a href="20070730.html">20070730 - Computational Fluid Dynamics Code</a><br>
<a href="20070715.html">20070715 - Self Healing</a><br>
<a href="20070713.html">20070713 - Micro Imposters</a><br>
<a href="20070712.html">20070712 - Fragment Raytracer</a><br>