00001
00002 #ifndef LOGCONTROL_H
00003 #define LOGCONTROL_H
00004
00005
00006 #define LOG_ON
00007
00008 #ifdef DEBUG_ON
00009
00010 #define MOTION_DEBUG_ON
00011 #define SCENE_DEBUG_ON
00012 #define ASSEMBLY_DEBUG_ON
00013 #define CURVE_DEBUG_ON
00014 #define SPLINECURVE_DEBUG_ON
00015 #define SURFACE_DEBUG_ON
00016 #define LOFT_DEBUG_ON
00017
00018 #define JOINT_DEBUG_ON
00019 #define LINK_DEBUG_ON
00020 #define CHAIN_DEBUG_ON
00021 #define CHECKRESTART_DEBUG_ON
00022
00023 #endif
00024
00025 #ifdef LOG_ON
00026
00027 #define MOTION_LOG_ON
00028
00029 #endif
00030
00031
00032
00033
00034
00035
00036 #endif // LOGCONTROL_H