goat3d

diff src/xform_node.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 e46529a5d057
children 0fe02696fb1e
line diff
     1.1 --- a/src/xform_node.cc	Sun Sep 29 08:46:19 2013 +0300
     1.2 +++ b/src/xform_node.cc	Sun Sep 29 21:53:03 2013 +0300
     1.3 @@ -1,8 +1,8 @@
     1.4  #include <assert.h>
     1.5  #include <algorithm>
     1.6  #include "xform_node.h"
     1.7 -#include "anim/anim.h"
     1.8 -#include "anim/track.h"
     1.9 +#include "anim.h"
    1.10 +#include "track.h"
    1.11  
    1.12  static inline anm_interpolator track_interpolator(Interp in);
    1.13  static inline anm_extrapolator track_extrapolator(Extrap ex);