k3d/share/shaders/k3d_watercolor.sl:22:	float costhetai = abs(nI . nN);

k3d/share/shaders/k3d_watercolor.sl:23:	float thetai = acos(costhetai);

k3d/share/shaders/k3d_watercolor.sl:24:	float sinthetat = sin(thetai)/nSnell;

k3d/share/shaders/k3d_watercolor.sl:26:	if(thetai == 0.0)

k3d/share/shaders/k3d_watercolor.sl:33:		float fs = sin(thetat - thetai) / sin(thetat + thetai);

k3d/share/shaders/k3d_watercolor.sl:34:		float ts = tan(thetat - thetai) / tan(thetat + thetai);

