Author: Francesco Banterle

Year: Fall 2004 - 2005

Title: Banty's Toolkit 1.1

Version: Beta

Plug-ins: - Diffuse SH;
	  - Median Cut;
	  - Gaussian Motion Blur;
	  - Maxedin;
	  - FakeHDRI;
	  - MyFilter;

Notes on Median Cut:
1) There's two checkbox in MedianCut:
     -The first "Average (else lumiance)" if it's activated
      the average color is used for computation, else it uses luminance.
     -The second "KD-Tree split (else longest dimension)" if it's
      activated a KD-Tree like scheme is used for splitting regions, else
      it's selected the longest dimension.

2) MedianCut creates "lights.txt", where it puts the lights. Here an example
   of the lines in the file:
   
   Dir: 0.097656 0.995185 0.008410
   Pow: 1737.421387 883.334839 885.104065

   Where "Dir" is 3D unit vector, the direction of light.
   "Pow" is the intesity of the light in RGB color space.

Bugs Report:
24.06.05 - fixed bug in Median cut

Other: Read license.txt
