goat3d

diff src/goat3d.cc @ 29:3d669155709d

- switched the unix build to use the internal vmath/anim as well - fixed a memory corruption issue which was caused by including the system-wide installed version of the anim.h header file - started the ass2goat assimp->goat3d converter
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 29 Sep 2013 21:53:03 +0300
parents 4deb0b12fe14
children 4058337fbb92
line diff
     1.1 --- a/src/goat3d.cc	Sun Sep 29 08:46:19 2013 +0300
     1.2 +++ b/src/goat3d.cc	Sun Sep 29 21:53:03 2013 +0300
     1.3 @@ -27,6 +27,8 @@
     1.4  	goat3d *goat = new goat3d;
     1.5  	goat->flags = 0;
     1.6  	goat->scn = new Scene;
     1.7 +
     1.8 +	goat3d_setopt(goat, GOAT3D_OPT_SAVEXML, 1);
     1.9  	return goat;
    1.10  }
    1.11