branchrust_reboot/main/hackweek_planecancel
13 Commits over 0 Days - ∞cph!
collision damage
- disabled for now
- also moved test data output to editor define
adjusted surface params
- static surface a bit liftier for quicker take-off
- control surfaces less twitchy
yoke visualising input properly because I can't tell if the model is bad or if I'm bad at flying
Added aileron controls
- arbitrary control surfaces meant this just needed to add a surface on the edge of wing with opposite rotation axes
explicit surface lift calculations replaced with processing a set of serialized surface types
plane updates
- non-control surfaces use a different lift curve
- adjusted curves
- mouse input for pitch/roll, keys for yaw
- debug csv output for surface values against different AoA
- added testing scene
Fixed offset in vehicle mountable gizmos
Rough initial model
- lift and drag calculated from arbitrary control surface definitions, needs splitting up more
- still requires some fudge factors for proper lift within desirable rust speeds