harfang3d / dogfight-sandbox-hg2

Air to air combat sandbox, created in Python 3 using the HARFANG 3D 2 framework.
GNU General Public License v3.0
161 stars 47 forks source link

Add network functions - Fix renderless mode dt #33

Closed ErkMkd closed 2 years ago

ErkMkd commented 2 years ago

Added functions to network mode: -set_missile_thrust_force -set_missile_angular_frictions -set_missile_drag_coefficients

Fix the dt in Renderless mode: now you can set the dt with Main.timestep = float (in seconds)