Display Distance

Hello,

I have a question,I would change the display distance of grass, terrain, object ect … in order to increase or decrease it according to the graphic parameters. For the moment the objective is to increase it, so I would like to know which function I have to refer to to make my script. Thanks you for your attention.

For general mesh objects you can setup a LOD group for each object and cull the object at desired distance. Terrain objects already have detail distance slider for that purpose.

1 Like

Thanks you ! <3