sparkygd/scripts/aircraft/resources/airfoil.gd

7 lines
129 B
GDScript3
Raw Permalink Normal View History

2025-09-03 18:24:08 -04:00
class_name Airfoil
extends Resource
@export var lift_curve: Curve
@export var drag_curve: Curve
@export var moment_curve: Curve