From ad9c80b55924c5961271382c808eb6b36b3d5357 Mon Sep 17 00:00:00 2001 From: doterop Date: Wed, 16 Dec 2020 13:25:14 +0100 Subject: [PATCH] Updated docs --- PythonAPI/docs/world.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/PythonAPI/docs/world.yml b/PythonAPI/docs/world.yml index 49bcdb73a..7c9db4743 100644 --- a/PythonAPI/docs/world.yml +++ b/PythonAPI/docs/world.yml @@ -122,6 +122,10 @@ type: float doc: > Ensures that the time elapsed between two steps of the simulation is fixed. Set this to 0.0 to work with a variable time-step, as happens by default. + - var_name: max_culling_distance + type: float + doc: > + Configure the max draw distance for each mesh of the level. - var_name: deterministic_ragdolls type: bool doc: >