aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerlaender2018-12-23 17:51:56 +0100
committerAdrian Kummerlaender2018-12-23 17:51:56 +0100
commit887615ce1cc9fbb34428960441edee2a76605fd8 (patch)
tree8b3df59794a0f092e68b8db1f80df3ab3141dd0b
parent070a0ea25c6fcb705a5cf22d1470db032fef0067 (diff)
downloadblog_content-887615ce1cc9fbb34428960441edee2a76605fd8.tar
blog_content-887615ce1cc9fbb34428960441edee2a76605fd8.tar.gz
blog_content-887615ce1cc9fbb34428960441edee2a76605fd8.tar.bz2
blog_content-887615ce1cc9fbb34428960441edee2a76605fd8.tar.lz
blog_content-887615ce1cc9fbb34428960441edee2a76605fd8.tar.xz
blog_content-887615ce1cc9fbb34428960441edee2a76605fd8.tar.zst
blog_content-887615ce1cc9fbb34428960441edee2a76605fd8.zip
Fix unencrypted image link
-rw-r--r--articles/2018-12-22_fun_with_compute_shaders_and_fluid_dynamics.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/articles/2018-12-22_fun_with_compute_shaders_and_fluid_dynamics.md b/articles/2018-12-22_fun_with_compute_shaders_and_fluid_dynamics.md
index ab2c129..d17b489 100644
--- a/articles/2018-12-22_fun_with_compute_shaders_and_fluid_dynamics.md
+++ b/articles/2018-12-22_fun_with_compute_shaders_and_fluid_dynamics.md
@@ -320,7 +320,7 @@ void main() {
[<tt>geometry.glsl</tt>](https://code.kummerlaender.eu/compustream/tree/src/shader/code/geometry.glsl) projects these fluid cells that where up until now positioned in lattice space into the screen's coordinate system via the `MVP` matrix. Such geometry shaders are very flexible as we can easily adapt a fixed point vertex based shader interface into different visualization geometries.
-![Artfully amplified implosion inside a closed space](http://static.kummerlaender.eu/media/boltzstern_2.jpg)
+![Artfully amplified implosion inside a closed space](https://static.kummerlaender.eu/media/boltzstern_2.jpg)
This more abstract [visualization](https://static.kummerlaender.eu/media/boltzstern.mp4) embedded in its moving glory at the start of this article was generated in the same way by simply spatially shifting the fluid cells by their heavily amplified velocities instead of only coloring them.