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
/** | |
* @title Cloud Demo | |
* @version v0.3 | |
* @author Mark Sleith | |
* @website www.cngames.co.uk/portfolio | |
* @date 15/08/2012 | |
* | |
* @note Noise and fBm from iq's latest live coding video, "a simple eye ball". | |
* | |
* @todo Add varying cloud density, cloud illumination. |
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
sudo kill `ps -ax | grep 'coreaudiod' | grep 'sbin' |awk '{print $1}'` | |
# or... | |
sudo killall coreaudiod |
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
// The intention here is that you load up the svg in a browser and run the following | |
// in the console | |
var | |
s = 1,//-0.35, | |
cz = 144, // cut z | |
sz = 142, // safe z | |
materialWidth = 6, // in mm | |
passes = 3, | |
passWidth = materialWidth/passes, |
NewerOlder