//Automatidally generated default config file. You can custom it. //window width (default: 800) width=800 //window height (default: 600) height=600 //window style: window or fullscreen (default: window ) windowtype="window" //title of the window,application (default: Raydium application 0.1) title="Raydium Application" //texture filter: none, bilinear, trilinear, aniso (default: trilinear) filter="aniso" //view angle, ie fov (default: 60) fov=60 //distance to the nearets object(plane) draw (default: 0.001) near=0.001 //distance to the further object(plane) draw (default: 2500) far=2500 //fog: on/enable or off/disable (default: off) fog="off" //lighting: on/enable or off/disable (default: on ) lighting="on" //light 0 parameters (default: 0,50,150,200,1000000,1,0.9,0.7) light0=0,50,150,200,1000000,1,0.9,0.7 //background color (default: 1,0.9,0.7,1) background=1,0.9,0.7,1 //Fake HDR effect(default:off) hdr="off" //data can be foldered into "data" folders and its subfolders: //"foldered" or anything else. (default:"foldered") paths="foldered" //Sky type: "box" or "dynamic" or "none" sky="box"