]> git.xonotic.org Git - xonotic/xonotic.git/blob - misc/tools/ImgToMap/src/imgtomap/Parameters.java
initial checkin from nexuiz svn r8756
[xonotic/xonotic.git] / misc / tools / ImgToMap / src / imgtomap / Parameters.java
1 /*
2  * To change this template, choose Tools | Templates
3  * and open the template in the editor.
4  */
5
6 package imgtomap;
7
8 /**
9  *
10  * @author maik
11  */
12 public class Parameters {
13     public String infile, outfile, texture, skytexture;
14     public int pixelsize, height, skyheight;
15     public boolean detail, sky, skyfill, visblockers;
16     public double texturescale = 0.5;
17     
18
19 }