diff options
| author | Anton Novoselov <[email protected]> | 2017-05-19 13:16:01 +0300 |
|---|---|---|
| committer | Anton Novoselov <[email protected]> | 2017-05-19 13:16:01 +0300 |
| commit | 853b68fc2e91257ee7863a7e7af0b5f241ea9f45 (patch) | |
| tree | b52b07328b48ab1cb891f19eacd119c8b155ba94 | |
| parent | Added missing dlls for UnityExameple (diff) | |
| download | blast-853b68fc2e91257ee7863a7e7af0b5f241ea9f45.tar.xz blast-853b68fc2e91257ee7863a7e7af0b5f241ea9f45.zip | |
Added screens to welcome page
| -rw-r--r-- | README.md | 22 | ||||
| -rw-r--r-- | images/blast.png | bin | 0 -> 929097 bytes | |||
| -rw-r--r-- | images/bunny_impact.png | bin | 0 -> 816664 bytes | |||
| -rw-r--r-- | images/cube_explode.png | bin | 0 -> 1402937 bytes | |||
| -rw-r--r-- | images/joints.png | bin | 0 -> 1238796 bytes | |||
| -rw-r--r-- | images/stress.png | bin | 0 -> 421136 bytes | |||
| -rw-r--r-- | images/table_impact_wireframe.png | bin | 0 -> 400470 bytes | |||
| -rw-r--r-- | images/tower_explode.png | bin | 0 -> 1303523 bytes | |||
| -rw-r--r-- | images/tower_slice.png | bin | 0 -> 1354862 bytes | |||
| -rw-r--r-- | images/wall_impact.png | bin | 0 -> 312347 bytes |
10 files changed, 22 insertions, 0 deletions
@@ -1,6 +1,8 @@ Blast 1.0 ========= + + Introduction ------------ @@ -86,3 +88,23 @@ Tools and Samples Binaries (Windows only) Blast tools and sample executables, along with all necessary supporting libraries, are packaged in the blast_tools_and_samples-windows.zip file. This allows someone without a development environment to use these applications. + +Gallery +--------- + +### Tower explosion + +### Bunny impact damage + +### Layered cube explosion + +### Table impact damage + +### Tower slice + +### Wall impact damage + +### Stress solver + +### Joints + diff --git a/images/blast.png b/images/blast.png Binary files differnew file mode 100644 index 0000000..5f7b185 --- /dev/null +++ b/images/blast.png diff --git a/images/bunny_impact.png b/images/bunny_impact.png Binary files differnew file mode 100644 index 0000000..efb0b77 --- /dev/null +++ b/images/bunny_impact.png diff --git a/images/cube_explode.png b/images/cube_explode.png Binary files differnew file mode 100644 index 0000000..24bcba5 --- /dev/null +++ b/images/cube_explode.png diff --git a/images/joints.png b/images/joints.png Binary files differnew file mode 100644 index 0000000..a1075ac --- /dev/null +++ b/images/joints.png diff --git a/images/stress.png b/images/stress.png Binary files differnew file mode 100644 index 0000000..6fe6351 --- /dev/null +++ b/images/stress.png diff --git a/images/table_impact_wireframe.png b/images/table_impact_wireframe.png Binary files differnew file mode 100644 index 0000000..04f6734 --- /dev/null +++ b/images/table_impact_wireframe.png diff --git a/images/tower_explode.png b/images/tower_explode.png Binary files differnew file mode 100644 index 0000000..87f3242 --- /dev/null +++ b/images/tower_explode.png diff --git a/images/tower_slice.png b/images/tower_slice.png Binary files differnew file mode 100644 index 0000000..15854b3 --- /dev/null +++ b/images/tower_slice.png diff --git a/images/wall_impact.png b/images/wall_impact.png Binary files differnew file mode 100644 index 0000000..bf220b1 --- /dev/null +++ b/images/wall_impact.png |