//------------------------------------------------------------------;
// historical notes    :                [02/05/2005 - 16:03:00:GMT:2]
//------------------------------------------------------------------;

 - dx/assembly/anisotropic lighting.
 - c_v/algebraic class, [uc](under construction), designed to replace
   dx functions.
 - minimal memory management (leaks?)

//------------------------------------------------------------------;
// configuration notes :                [02/05/2005 - 16:03:00:GMT:2]]
//------------------------------------------------------------------;

 - microsoft c/c++ compiler [6] required to build this project, although
   minimum effort required remaking with gcc, watcom, borland compilers.
 - i conditionally compile with [/FAs] to produce assembler output,
   remove this attribute from the provided .batch file if this is
   unnecessary.
  
//------------------------------------------------------------------;