xXNightEagleXx Posted June 16, 2013 Posted June 16, 2013 Hi all inside graphics.lua we can find High { near_clip = 0.2; middle_clip = 4; far_clip = 150000; structures = {60, 20000}; trees = {1000, 12000}; dynamic = {300, 20000}; dynamic2 = {300, 20000,0.5}; objects = {5000, 80000}; mirage = {3000, 20000}; surface = {20000, 80000}; lights = {200, 80000}; districtobjects = {400, 400}; districts = {12000, 12000}; lodMult = 1.0; lodAdd = 0; } can someone explain what the first value stand for? Ex structures = {60, 20000}, while 20000 stands for maximum what does 60 do? Another things what is the difference between dynamic and dynamic2. What mirage do? Is there some sort of documentation?
Lao Fei Mao Posted June 17, 2013 Posted June 17, 2013 The first value might means the full detailed view distance of the objects, the second value should be the farthest view distance
Recommended Posts