
scene_name		= "overlay_scene";

// x-resolution, y-resolution, distance of view plane
resolution		= {1024, 768, 384};
// visible range in world coordinates
view_range		= 300;

// z ranges in both spaces
world_space_range	= 500;
screen_space_range	= 500;

vpz			= 0;

ambient			= {0.1, 0.1, 0.1};
background		= {0, 0, 0};

