goat3d
diff src/goat3d.cc @ 72:36e39632db75
- fixed exporter animation bounds calculation
- fixed missing scene name in exported meshes
- rewritting goatview as a full GUI app with Qt
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Tue, 06 May 2014 03:31:35 +0300 |
parents | 0bb33d04f279 |
children | ab66cdabf6f2 |
line diff
1.1 --- a/src/goat3d.cc Mon Apr 21 03:44:42 2014 +0300 1.2 +++ b/src/goat3d.cc Tue May 06 03:31:35 2014 +0300 1.3 @@ -56,7 +56,6 @@ 1.4 goat->flags = 0; 1.5 goat->search_path = 0; 1.6 goat->scn = new Scene; 1.7 - goat->scn->goat = goat; 1.8 1.9 goat3d_setopt(goat, GOAT3D_OPT_SAVEXML, 1); 1.10 return goat;