goat3d

annotate libs/anim/config.h @ 40:a5c5cec3cb88

- added mesh attribute and face append functions - added Int4 constructor - continued the blender exporter - fixed a bug in clean_filename which made it produce unterminated strings - renamed clean_filename to goat3d_clean_filename and made it extern - added call to goat3d_clean_filename in the mesh XML export code to cleanup ctm filenames
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 13 Oct 2013 10:14:19 +0300
parents
children
rev   line source
nuclear@27 1 #ifndef ANIM_CONFIG_H_
nuclear@27 2 #define ANIM_CONFIG_H_
nuclear@27 3
nuclear@27 4 #undef ANIM_THREAD_SAFE
nuclear@27 5
nuclear@27 6 #endif /* ANIM_CONFIG_H_ */