osmium-org / osmium

Online collaborative fitting tool.
https://o.smium.org/
GNU Affero General Public License v3.0
76 stars 25 forks source link

webifiers in dps graphs #118

Open msoltyspl opened 8 years ago

msoltyspl commented 8 years ago

From what I've tested, it seems that osmium ignores their effect on dps graphs. Are there any plans to add it ?

Another nice feature to have would be direct control of angular velocity (instead of assumed worst case scenario 90deg).

Artefact2 commented 8 years ago

From what I've tested, it seems that osmium ignores their effect on dps graphs. Are there any plans to add it ?

Not exactly sure what this means. Can you give an example?

Another nice feature to have would be direct control of angular velocity (instead of assumed worst case scenario 90deg).

Would be nice, but it would make the UI more complicated than it already needs to be. You can also do the simple math yourself (multiply velocity by sine of the angle to get lateral velocity).

This is a simple approximation. Properly handling longitudinal velocity is much harder (esp. wrt missiles and drones).