more build script tuning
make all float constants single precision
solve many warnings from msvc and gcc with various -W... flags
add common.cc file for dbgmsg() function witch apparently cannot be inlined
fix python module building with msvc, add manifest file handling
remove forgotten RenderrowData class
add stanford models download script for windows (.bat)
mkdir %1
cd %1
wget ftp://graphics.stanford.edu/pub/3Dscanrep/bunny.tar.gz
bsdtar xzf bunny.tar.gz
del bunny.tar.gz
rmdir /S /Q bunny\data
move bunny\reconstruction\* bunny
rmdir /S /Q bunny\reconstruction
wget ftp://graphics.stanford.edu/pub/3Dscanrep/happy/happy_recon.tar.gz
bsdtar xzf happy_recon.tar.gz
del happy_recon.tar.gz
move happy_recon happy
wget ftp://graphics.stanford.edu/pub/3Dscanrep/dragon/dragon_recon.tar.gz
bsdtar xzf dragon_recon.tar.gz
del dragon_recon.tar.gz
move dragon_recon dragon