X-Git-Url: https://harrygodden.com/git/?p=csRadar.git;a=blobdiff_plain;f=csRadar.h;h=c54c24fbeeec886e4b557f15257defb6e17503ad;hp=4192e555ff13a5f9343d11a210099e9d59c42459;hb=HEAD;hpb=dee56773cecd3a165331732008b7c0acf6f13393 diff --git a/csRadar.h b/csRadar.h index 4192e55..c54c24f 100644 --- a/csRadar.h +++ b/csRadar.h @@ -60,10 +60,14 @@ struct csr_api float padding; u32 resolution; int write_txt; - char output_path[ 512 ]; // Full path eg. /home/harry/my_map.vmf - char vmf_name[ 128 ]; // Just the base name eg. my_map + char output_path[ 512 ]; // Full path to output eg. /home/harry/output + char vmf_name[ 128 ]; // Just the base name eg. my_map + char vmf_folder[ 512 ]; // Just the folder to the map eg. /home/harry/ EMSAA sampling_mode; + float min_z; + float max_z; + // Main API interface vmf_map *map; csr_target target;