Jump to content

Recommended Posts

Posted

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?

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...