-
A. Schneider, "Real-Time Volumetric Cloudscapes," in GPU Pro 7: Advanced Rendering Techniques, 2016, pp. 97-127. (Follow up presentations here, and here.)
-
S. Hillaire, "Physically Based Sky, Atmosphere and Cloud Rendering in Frostbite" in Physically Based Shading in Theory and Practice course, SIGGRAPH 2016. [video] [course notes] [scatter integral shadertoy]
-
[R. Högfeldt, "Convincing Cloud Rendering – An Implementation of Real-Time Dynamic Volumetric Clouds in Frostbite"](https://odr.chalmers.se/hand
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## SSH-Agent Manager | |
# Command list: | |
# sagent new - Generate new ssh-agent instance | |
# sagent [list] - List all ssh-agent instances along with keys they have loaded | |
# sagent <number> - Select ssh-agent instance based on number shown in sagent list | |
# sagent add </path/to/keyfile> - Add ssh key to currently selected ssh-agent | |
# sagent purgedead - Remove files related to dead ssh-agent instances | |