Add description for smoothing network body options in stk_config

This commit is contained in:
Benau 2018-11-13 16:22:20 +08:00
parent dff63b87db
commit 15a6e20852

View File

@ -548,7 +548,12 @@
-->
<network-ports server-discovery-port="2757" client-port="2758" server-port="2759"/>
<!-- Configurable values used in SmoothNetworkBody class.
<!-- Configurable values used in SmoothNetworkBody class:
min-adjust-length and max-adjust-length: Error in length smaller or larger
than this value will be ignored (ie show the real position).
min-adjust-speed: Minimum linear velocity required by a body to have smoothing.
max-adjust-time: Maximum time spent in each smoothing stage.
adjust-length-threshold: The higher this value, the larger the correction curve.
-->
<network-smoothing min-adjust-length="0.1"
max-adjust-length="4.0"