Exemplo n.º 1
0
 public area_class()
 {
     this.active = true;
     this.link_start = true;
     this.link_end = true;
     this.resolution_mode = resolution_mode_enum.Automatic;
     this.tree_resolution = 512;
     this.object_resolution = 512;
     this.colormap_resolution = 2048;
 }
Exemplo n.º 2
0
 public area_class()
 {
     this.active              = true;
     this.link_start          = true;
     this.link_end            = true;
     this.resolution_mode     = resolution_mode_enum.Automatic;
     this.tree_resolution     = 512;
     this.object_resolution   = 512;
     this.colormap_resolution = 2048;
 }