Go to the documentation of this file.00001 #pragma once
00002
00003 #define PI 3.1416
00004
00005 #define CONST_SUCCESS 0
00006 #define CONST_GENERAL_ERROR 1
00007 #define CONST_PASSED_NULLPOINTER 2
00008
00009 #define CONST_FILE_NOT_FOUND 100
00010
00011 #define CONST_ANIMATION_DONE 500
00012 #define CONST_END_OF_EDGE 501
00013
00014 #define CONST_NO_BOUNDINGBOX_SET 600
00015 #define CONST_NO_COLLISION_DETECTED 650
00016 #define CONST_COLLISION_DETECTED 651
00017
00018
00019 #define CONST_UNHOLY_ERROR 999
00020
00021
00022 #define CONST_DRAW_WIREFRAME 0x1
00023 #define CONST_DRAW_TRIANGLES 0x2
00024 #define CONST_OUTLINE_VERTICES 0x4
00025 #define CONST_SHOW_NORMALS 0x8
00026 #define CONST_SKIN_MESH 0x10
00027 #define CONST_DRAW_MESH 0x20
00028 #define CONST_OUTLINE_MAPPED_VERTICES 0x40
00029 #define CONST_DRAW_BOUNDING_BOXES 0x80