Riebart / diana

A proof-of-concept open-source clone of Artemis with realistic physics and decoupled multiplayer capacity.
1 stars 0 forks source link

Determine why comm beams miss their target with narrow h_focus #43

Open tfriesen opened 1 year ago

tfriesen commented 1 year ago

Attempting to send comms between two stationary-ish entities who know precisely each other location, setting h_focus = math.pi *2*0.05, v_focus = math.pi *2*0.25 doesn't work, but with h_focus = math.pi *2*0.25, v_focus = math.pi *2*0.05 it does

Seems to start missing at h_focus ~ math.pi *2*0.20 and lower

May or may not apply to other types of beams, only comm beams tested. May explain why the homing missile test no longer works.