예제 #1
0
 public heightmap_tool_class()
 {
     this.resolution_display = new Vector2((float)512, (float)512);
     this.scale = (float)1;
     this.clear = true;
     this.scroll_offset = 0.1f;
     this.perlin = new perlin_class();
     this.output_resolution = (float)2049;
     this.preview_resolution = (float)128;
     this.preview_resolution_slider = 2;
     this.export_file = string.Empty;
     this.raw_save_file = new raw_file_class();
 }
예제 #2
0
 public heightmap_tool_class()
 {
     this.resolution_display = new Vector2((float)512, (float)512);
     this.scale                     = (float)1;
     this.clear                     = true;
     this.scroll_offset             = 0.1f;
     this.perlin                    = new perlin_class();
     this.output_resolution         = (float)2049;
     this.preview_resolution        = (float)128;
     this.preview_resolution_slider = 2;
     this.export_file               = string.Empty;
     this.raw_save_file             = new raw_file_class();
 }