|
1 | 1 | #pragma once |
2 | | -#define IDD_ERROR_DIALOG 101 |
3 | | -#define IDC_ERROR_TEXT 1001 |
4 | | -#define IDC_COPY_BUTTON 1003 |
5 | | -#define IDD_UPDATE_DIALOG 201 |
6 | | -#define IDC_UPDATE_TEXT 2001 |
| 2 | + |
| 3 | +#define IDC_STATIC (-1) |
| 4 | + |
| 5 | +#define IDR_NAVKITMENU 10000 |
| 6 | +#define IDM_FILE_OPEN_SCENE 1000 |
| 7 | +#define IDM_FILE_OPEN_OBJ 1001 |
| 8 | +#define IDM_FILE_OPEN_NAVP 1002 |
| 9 | +#define IDM_FILE_OPEN_AIRG 1003 |
| 10 | +#define IDM_FILE_SAVE_SCENE 1010 |
| 11 | +#define IDM_FILE_SAVE_OBJ 1011 |
| 12 | +#define IDM_FILE_SAVE_NAVP 1012 |
| 13 | +#define IDM_FILE_SAVE_AIRG 1013 |
| 14 | +#define IDM_FILE_EXIT 1020 |
| 15 | +#define IDM_EDIT_NAVP_STAIRS 1100 |
| 16 | +#define IDM_EDIT_AIRG_CONNECT_WAYPOINT 1101 |
| 17 | +#define IDM_SETTINGS_NAVKIT 1200 |
| 18 | +#define IDM_SETTINGS_SCENE 1201 |
| 19 | +#define IDM_SETTINGS_RECAST 1202 |
| 20 | +#define IDM_SETTINGS_AIRG 1203 |
| 21 | +#define IDM_VIEW_NAVP_SHOW_NAVP 1300 |
| 22 | +#define IDM_VIEW_NAVP_SHOW_INDICES 1301 |
| 23 | +#define IDM_VIEW_NAVP_SHOW_PF_EXCLUDE_BOXES 1302 |
| 24 | +#define IDM_VIEW_NAVP_SHOW_PF_SEED_POINTS 1303 |
| 25 | +#define IDM_VIEW_NAVP_SHOW_RECAST_DEBUG_INFO 1304 |
| 26 | +#define IDM_VIEW_OBJ_SHOW_OBJ 1310 |
| 27 | +#define IDM_VIEW_AIRG_SHOW_AIRG 1320 |
| 28 | +#define IDM_VIEW_AIRG_SHOW_INDICES 1321 |
| 29 | +#define IDM_VIEW_AIRG_SHOW_GRID 1322 |
| 30 | +#define IDM_VIEW_AIRG_SHOW_RECAST_DEBUG_INFO 1323 |
| 31 | +#define IDM_VIEW_AIRG_CELL_COLOR_OFF 1324 |
| 32 | +#define IDM_VIEW_AIRG_CELL_COLOR_BITMAP 1325 |
| 33 | +#define IDM_VIEW_AIRG_CELL_COLOR_VISION_DATA 1326 |
| 34 | +#define IDM_VIEW_AIRG_CELL_COLOR_LAYER 1327 |
| 35 | +#define IDM_VIEW_LOG_SHOW_LOG 1330 |
| 36 | +#define IDM_EXTRACT_SCENE 1400 |
| 37 | +#define IDM_EXTRACT_SCENE_AND_BUILD_OBJ 1401 |
| 38 | +#define IDM_EXTRACT_SCENE_AND_BUILD_ALL 1402 |
| 39 | +#define IDM_BUILD_OBJ_FROM_SCENE 1500 |
| 40 | +#define IDM_BUILD_OBJ_FROM_NAVP 1501 |
| 41 | +#define IDM_BUILD_NAVP 1510 |
| 42 | +#define IDM_BUILD_AIRG 1520 |
| 43 | +#define IDM_HELP_ABOUT 1600 |
| 44 | + |
| 45 | +#define IDD_ERROR_DIALOG 20000 |
| 46 | +#define IDC_ERROR_TEXT 20001 |
| 47 | +#define IDC_COPY_BUTTON 20002 |
| 48 | +#define IDI_APPICON 20003 |
| 49 | +#define IDD_UPDATE_DIALOG 20010 |
| 50 | +#define IDD_UPDATE_DIALOG 20010 |
| 51 | +#define IDC_UPDATE_TEXT 20011 |
| 52 | + |
| 53 | +#define IDD_NAVKIT_SETTINGS 30000 |
| 54 | +#define IDC_SLIDER_BG_COLOR 30001 |
| 55 | +#define IDC_BUTTON_BROWSE_HITMAN 30002 |
| 56 | +#define IDC_BUTTON_BROWSE_OUTPUT 30003 |
| 57 | +#define IDC_BUTTON_BROWSE_BLENDER 30004 |
| 58 | +#define IDC_APPLY 30005 |
| 59 | +#define IDC_EDIT_HITMAN_PATH 30006 |
| 60 | +#define IDC_EDIT_OUTPUT_PATH 30007 |
| 61 | +#define IDC_EDIT_BLENDER_PATH 30008 |
| 62 | +#define IDC_BG_COLOR_TEXT 30010 |
| 63 | +#define IDC_HITMAN_DIR_TEXT 30011 |
| 64 | +#define IDC_OUTPUT_DIR_TEXT 30012 |
| 65 | +#define IDC_BLENDER_PATH_TEXT 30013 |
| 66 | +#define IDC_BUTTON_RESET_DEFAULTS 30014 |
| 67 | + |
| 68 | +#define IDD_AIRG_MENU 30100 |
| 69 | +#define IDC_SLIDER_SPACING 30101 |
| 70 | +#define IDC_SLIDER_XOFFSET 30102 |
| 71 | +#define IDC_SLIDER_ZOFFSET 30103 |
| 72 | +#define IDC_STATIC_SPACING_VAL 30104 |
| 73 | +#define IDC_STATIC_XOFFSET_VAL 30105 |
| 74 | +#define IDC_STATIC_ZOFFSET_VAL 30106 |
| 75 | + |
| 76 | +#define IDD_SCENE_MENU 30200 |
| 77 | +#define IDC_SLIDER_BBOX_POS_X 30201 |
| 78 | +#define IDC_SLIDER_BBOX_POS_Y 30202 |
| 79 | +#define IDC_SLIDER_BBOX_POS_Z 30203 |
| 80 | +#define IDC_SLIDER_BBOX_SCALE_X 30204 |
| 81 | +#define IDC_SLIDER_BBOX_SCALE_Y 30205 |
| 82 | +#define IDC_SLIDER_BBOX_SCALE_Z 30206 |
| 83 | +#define IDC_BUTTON_BBOX_RESET 30207 |
| 84 | +#define IDC_STATIC_BBOX_POS_X_VAL 30208 |
| 85 | +#define IDC_STATIC_BBOX_POS_Y_VAL 30209 |
| 86 | +#define IDC_STATIC_BBOX_POS_Z_VAL 30210 |
| 87 | +#define IDC_STATIC_BBOX_SCALE_X_VAL 30211 |
| 88 | +#define IDC_STATIC_BBOX_SCALE_Y_VAL 30212 |
| 89 | +#define IDC_STATIC_BBOX_SCALE_Z_VAL 30213 |
| 90 | + |
| 91 | +#define IDD_RECAST_MENU 30300 |
| 92 | +#define IDC_SLIDER_CELL_SIZE 30301 |
| 93 | +#define IDC_SLIDER_CELL_HEIGHT 30302 |
| 94 | +#define IDC_STATIC_CELL_SIZE_VAL 30303 |
| 95 | +#define IDC_STATIC_CELL_HEIGHT_VAL 30304 |
| 96 | +#define IDC_SLIDER_AGENT_HEIGHT 30305 |
| 97 | +#define IDC_SLIDER_AGENT_RADIUS 30306 |
| 98 | +#define IDC_SLIDER_AGENT_MAX_CLIMB 30307 |
| 99 | +#define IDC_SLIDER_AGENT_MAX_SLOPE 30308 |
| 100 | +#define IDC_STATIC_AGENT_HEIGHT_VAL 30309 |
| 101 | +#define IDC_STATIC_AGENT_RADIUS_VAL 30310 |
| 102 | +#define IDC_STATIC_AGENT_MAX_CLIMB_VAL 30311 |
| 103 | +#define IDC_STATIC_AGENT_MAX_SLOPE_VAL 30312 |
| 104 | +#define IDC_SLIDER_REGION_MIN_SIZE 30313 |
| 105 | +#define IDC_SLIDER_REGION_MERGE_SIZE 30314 |
| 106 | +#define IDC_STATIC_REGION_MIN_SIZE_VAL 30315 |
| 107 | +#define IDC_STATIC_REGION_MERGE_SIZE_VAL 30316 |
| 108 | +#define IDC_RADIO_PARTITION_WATERSHED 30317 |
| 109 | +#define IDC_RADIO_PARTITION_MONOTONE 30318 |
| 110 | +#define IDC_RADIO_PARTITION_LAYERS 30319 |
| 111 | +#define IDC_CHECK_FILTER_LOW_HANGING 30320 |
| 112 | +#define IDC_CHECK_FILTER_LEDGE_SPANS 30321 |
| 113 | +#define IDC_CHECK_FILTER_WALKABLE_LOW 30322 |
| 114 | +#define IDC_SLIDER_POLY_MAX_EDGE_LEN 30323 |
| 115 | +#define IDC_SLIDER_POLY_MAX_EDGE_ERR 30324 |
| 116 | +#define IDC_SLIDER_POLY_VERTS_PER_POLY 30325 |
| 117 | +#define IDC_STATIC_POLY_MAX_EDGE_LEN_VAL 30326 |
| 118 | +#define IDC_STATIC_POLY_MAX_EDGE_ERR_VAL 30327 |
| 119 | +#define IDC_STATIC_POLY_VERTS_PER_POLY_VAL 30328 |
| 120 | +#define IDC_SLIDER_DETAIL_SAMPLE_DIST 30329 |
| 121 | +#define IDC_SLIDER_DETAIL_SAMPLE_MAX_ERR 30330 |
| 122 | +#define IDC_STATIC_DETAIL_SAMPLE_DIST_VAL 30331 |
| 123 | +#define IDC_STATIC_DETAIL_SAMPLE_MAX_ERR_VAL 30332 |
| 124 | +#define IDC_SLIDER_TILING_TILE_SIZE 30333 |
| 125 | +#define IDC_STATIC_TILING_TILE_SIZE_VAL 30334 |
| 126 | +#define IDC_STATIC_TILING_INFO_TILES 30335 |
| 127 | +#define IDC_STATIC_TILING_INFO_MAX_TILES 30336 |
| 128 | +#define IDC_STATIC_TILING_INFO_MAX_POLYS 30337 |
| 129 | +#define IDC_BUTTON_RECAST_RESET 30338 |
0 commit comments