/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package imgtomap; /** * * @author maik */ public class Parameters { public String infile, outfile, texture, skytexture; public int pixelsize, height, skyheight; public boolean detail, sky, skyfill, visblockers; public double texturescale = 0.5; }