示例#1
0
 public map_class()
 {
     this.active                  = true;
     this.button_parameters       = true;
     this.button_image_editor     = true;
     this.button_region           = true;
     this.button_image_export     = true;
     this.button_heightmap_export = true;
     this.button_settings         = true;
     this.alpha                     = 0.65f;
     this.region                    = new List <map_region_class>();
     this.preimage_edit             = new preimage_edit_class();
     this.tex2_tile                 = new tile_class();
     this.tex3_tile                 = new tile_class();
     this.elExt                     = new List <ext_class>();
     this.texExt                    = new List <ext_class>();
     this.time_start_elExt          = new List <float>();
     this.time_start_texExt         = new List <float>();
     this.export_texExt             = 8;
     this.export_elExt              = 16;
     this.export_heightmap_area     = new latlong_area_class();
     this.export_image_area         = new latlong_area_class();
     this.export_pullIndex          = new tile_class();
     this.export_heightmap_continue = true;
     this.export_heightmap          = new map_export_class();
     this.export_image              = new map_export_class();
     this.export_image_continue     = true;
     this.export_jpg_quality        = 100;
     this.export_jpg                = true;
     this.color                     = Color.red;
     this.bingKey                   = new List <map_key_class>();
     this.mouse_sensivity           = (float)2;
     this.warnings                  = true;
     this.track_tile                = true;
     this.make_region_popup();
 }
示例#2
0
 public map_class()
 {
     this.active = true;
     this.button_parameters = true;
     this.button_image_editor = true;
     this.button_region = true;
     this.button_image_export = true;
     this.button_heightmap_export = true;
     this.button_settings = true;
     this.alpha = 0.65f;
     this.region = new List<map_region_class>();
     this.preimage_edit = new preimage_edit_class();
     this.tex2_tile = new tile_class();
     this.tex3_tile = new tile_class();
     this.elExt = new List<ext_class>();
     this.texExt = new List<ext_class>();
     this.time_start_elExt = new List<float>();
     this.time_start_texExt = new List<float>();
     this.export_texExt = 8;
     this.export_elExt = 16;
     this.export_heightmap_area = new latlong_area_class();
     this.export_image_area = new latlong_area_class();
     this.export_pullIndex = new tile_class();
     this.export_heightmap_continue = true;
     this.export_heightmap = new map_export_class();
     this.export_image = new map_export_class();
     this.export_image_continue = true;
     this.export_jpg_quality = 100;
     this.export_jpg = true;
     this.color = Color.red;
     this.bingKey = new List<map_key_class>();
     this.mouse_sensivity = (float)2;
     this.warnings = true;
     this.track_tile = true;
     this.make_region_popup();
 }