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

How often do you meet up (IRL) with your simracing friends?

  • Weekly

    Votes: 2 4.3%
  • Monthly

    Votes: 2 4.3%
  • Yearly

    Votes: 4 8.5%
  • Weekly at lan events

    Votes: 0 0.0%
  • Monthly at lan events

    Votes: 0 0.0%
  • Yearly at lan events

    Votes: 0 0.0%
  • Never have

    Votes: 39 83.0%
Back
Top