LOD in BTB

Hi, I notice that LOD in RBR run very fine and can see very far terrain, but in BTB I think is about 5.000 or something. So it is possible to add more LOD distance?

Also the same problem in rFactor, is possible to add more LOD distance?
 
Also the same problem in rFactor, is possible to add more LOD distance?
for rF you'll also need to extend the clipping distance of the circuit in the .scn file
Code:
View=mainview
{
Clear=False
Color=(0, 0, 0)
Size=(1.00, 1.00) Center=(0.5, 0.5)
FOV=(77.75, 62.50)
[B]ClipPlanes=(0.05, 5000.0)[/B]
View=rearview
{
Clear=False
Color=(0, 0, 0)
Size=(1024.00, 64.00) Center=(512, 32.00)
FOV=(62.5, 62.5)
ClipPlanes=(0.5, 220.0)
}
}
 

Latest News

What would make you race in our Club events

  • Special events

    Votes: 83 29.4%
  • More leagues

    Votes: 57 20.2%
  • Prizes

    Votes: 60 21.3%
  • Trophies

    Votes: 35 12.4%
  • Forum trophies

    Votes: 18 6.4%
  • Livestreams

    Votes: 45 16.0%
  • Easier access

    Votes: 145 51.4%
  • Other? post your reason

    Votes: 42 14.9%
Back
Top