Skip to content

Commit cf0c6b2

Browse files
committed
Add some introductory text
1 parent 6675439 commit cf0c6b2

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/volumetric_clouds/main.clj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@
2929

3030

3131
;; # Procedural generation of volumetric clouds
32-
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+
;;
3337
;; ## Worley noise
3438

3539

0 commit comments

Comments
 (0)