k3d/share/shaders/k3d_flame.sl:9: *    chaosscale, chaosoffset, octaves - control the fBm
k3d/share/shaders/k3d_flame.sl:37:		  float chaosscale = 1; float chaosoffset = 0;
k3d/share/shaders/k3d_flame.sl:56:  chaos = abs(chaosscale * chaos + chaosoffset);
