Add firing angle visualization for torpedoes
Closed this issue · 0 comments
floribe2000 commented
The firing angle visualizer needs to support torpedo launchers too.
Currently, it depends on an instance of a turret module which makes this difficult to support.
To make this work, add wrapper class that can wrap either a main battery module or a torpedo module and exposes the relevant properties in the same format.
Required properties:
- Horizontal sector
- Horizontal dead zone
- Horizontal position
- Vertical position
- Turret orientation
- Maybe vertical angles?