goat3d

diff src/goat3d_write.cc @ 47:498ca7ac7047

- placed all the implementation stuff in the g3dimpl namespace - added animation stuff to the public API - started writing animation saving/loading
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 28 Dec 2013 06:47:39 +0200
parents 188c697b3b49
children 0be413ac2e0a fa5c52ea9d59
line diff
     1.1 --- a/src/goat3d_write.cc	Sun Dec 08 03:00:25 2013 +0200
     1.2 +++ b/src/goat3d_write.cc	Sat Dec 28 06:47:39 2013 +0200
     1.3 @@ -1,6 +1,8 @@
     1.4  #include "goat3d_impl.h"
     1.5  #include "chunk.h"
     1.6  
     1.7 +using namespace g3dimpl;
     1.8 +
     1.9  /*
    1.10  static long save_env(const Scene *scn, long offset, goat3d_io *io);
    1.11  static long save_materials(const Scene *scn, long offset, goat3d_io *io);