Add files via upload

This commit is contained in:
TimothyLottes
2016-11-10 01:23:18 -05:00
committed by GitHub
parent 53e409f9d7
commit 0ff44d231b
14 changed files with 53 additions and 0 deletions
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 173 KiB

BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 173 KiB

BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 162 KiB

BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 212 KiB

BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB

BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 154 KiB

BIN
View File
Binary file not shown.
+52
View File
@@ -0,0 +1,52 @@
<html><head><link rel="stylesheet" href="style.css"></head><body><div class="page">
<h1>20070816 - CFD Videos</h1>
<br>
Some more from the 2D test CFD code being adapted to 3D for the engine. This time, movies as well. Same stats as last time: 65536 cells (particles), easily done using a small fraction of the GPU. The gray box in the lower left shows the velocity vectors with color and intensity showing direction and magnitude.
<br>
<br>
These are all uniform material properties. Finished setup in Atom will have independent properties per cell which are procedurally generated and can be varied with cell animation. All cells will have two material properties which are blended between based on cell state energy transition between natural low energy state and high energy state.
<br>
<br>
<b>Gas like Jello</b>
<br>
<br>
<center><a href="20070816-A.mp4"><img src="20070816-A.jpg"></a><br>Image is Link to Movie (Plays in VLC)</center>
<br>
<b>Sandy</b>
<br>
<br>
<center><a href="20070816-B.mp4"><img src="20070816-B.jpg"></a><br>Image is Link to Movie (Plays in VLC)</center>
<br>
<b>Slow Shockwave</b>
<br>
<br>
<center><a href="20070816-C.mp4"><img src="20070816-C.jpg"></a><br>Image is Link to Movie (Plays in VLC)</center>
<br>
<b>Water Like</b>
<br>
<br>
<center><a href="20070816-D.mp4"><img src="20070816-D.jpg"></a><br>Image is Link to Movie (Plays in VLC)</center>
<br>
<b>Dampening and Shock Absorbent</b>
<br>
<br>
<center><a href="20070816-F.mp4"><img src="20070816-F.jpg"></a><br>Image is Link to Movie (Plays in VLC)</center>
<br>
<b>Springy and Dirty</b>
<br>
<br>
<center><a href="20070816-G.mp4"><img src="20070816-G.jpg"></a><br>Image is Link to Movie (Plays in VLC)</center>
<br>
</div></body></html>
+1
View File
@@ -128,6 +128,7 @@ Below this is active random migration (416 prior posts still to filter through)
<a href="20090407.html">20090407 - DXT Tip</a><br>
<br>
<b>2007</b><br>
<a href="20070816.html">20070816 - CFD Videos</a><br>
<a href="20070810.html">20070810 - Graphics Engine Lighting</a><br>
<a href="20070809.html">20070809 - Graphics Engine Videos</a><br>
<a href="20070731.html">20070731 - High Resolution Screen Shots</a><br>