We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6675439 commit cf0c6b2Copy full SHA for cf0c6b2
1 file changed
src/volumetric_clouds/main.clj
@@ -29,7 +29,11 @@
29
30
31
;; # Procedural generation of volumetric clouds
32
-
+;;
33
+;; Volumetric clouds are commonly used in flight simulators and visual effects.
34
+;; For a introductory video see [Sebastian Lague's video "Coding Adventure: Clouds](https://www.youtube.com/watch?v=4QOcCGI6xOU).
35
+;; Note that this article is about procedural generation and not about simulating real weather.
36
37
;; ## Worley noise
38
39
0 commit comments