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

Online or Offline racing?

  • 100% online racing

    Votes: 74 7.3%
  • 75% online 25% offline

    Votes: 106 10.4%
  • 50% online 50% offline

    Votes: 147 14.5%
  • 25% online 75% offline

    Votes: 279 27.4%
  • 100% offline racing

    Votes: 407 40.0%
  • Something else, explain in comment

    Votes: 4 0.4%
Back
Top