libanim

annotate src/config.h @ 5:2cf7284d2bbb

added anm_get_node_matrix and anm_get_node_inv_matrix functions to calculate node matrices without taking the hierarchy into account...
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 27 Feb 2013 21:38:33 +0200
parents
children
rev   line source
nuclear@0 1 #ifndef ANIM_CONFIG_H_
nuclear@0 2 #define ANIM_CONFIG_H_
nuclear@0 3
nuclear@0 4 #undef ANIM_THREAD_SAFE
nuclear@0 5
nuclear@0 6 #endif /* ANIM_CONFIG_H_ */