From: Antonio Ospite <ospite@studenti.unina.it>
Date: Tue, 28 Mar 2006 17:47:13 +0000 (+0200)
Subject: Big redesign for the 0.3 series
X-Git-Tag: vrm-0.3~37
X-Git-Url: https://git.ao2.it/vrm.git/commitdiff_plain/3761107280d20fdc779f71b8a60358c3639a074f?hp=3761107280d20fdc779f71b8a60358c3639a074f

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>
---