Big redesign for the 0.3 series
authorAntonio Ospite <ospite@studenti.unina.it>
Tue, 28 Mar 2006 17:47:13 +0000 (19:47 +0200)
committerAntonio Ospite <ospite@studenti.unina.it>
Thu, 24 Sep 2009 10:58:57 +0000 (12:58 +0200)
commit3761107280d20fdc779f71b8a60358c3639a074f
treef3efab440dd63bffd9b572ef3eca72076604b202
parentcb334b8afdb1d2133db56e1c5f22e0d5b999f42a
Big redesign for the 0.3 series

VRM now has a clean design, these the main changes, in order of appearance :):

 * Add a license and a copyright block
 * Split out Projection from rendering so we can support different projections
 * Add back-face culling
 * Decouple the rendering process from the output writing, so we can support
   multiple output formats
 * We now have a Renderer class witch encapsulates the rendering process

Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
vrm.py