Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
Provides nodes for aerodynamic simulation.To get started, add an `AeroBody3D` node to your scene, and add as many `AeroInfluencer3D` nodes as necessary.For Godot Asset Library installs:Ensure that addon files are installed inside res://addons/godot_aerodynamic_physicsThis folder structure allows for this plugin to be used as a git submodule, because of this, Godot does not automatically install it to the correct path.
Godot Aerodynamic Physics
For Godot Asset Library downloads.
- Ensure that addon files are installed inside
res://addons/godot_aerodynamic_physics
Manual Installation
- Download and un-zip files.
- Place the
godot_aerodynamic_physics
folder inside your project'saddons
folder. - Enable plugin in project settings
Project > Project Settings > Plugins
- Reload project.
Usage
Tutorial available here
- Add an
AeroBody
to your scene, and add one or moreAeroSurface
derived classes as children, adjust settings to change the characteristics.
Development Direction
- Different Aero shapes (Sphere, Box, Cylinder, Plane)
- Preset airfoil profiles
- AeroBody performance profiling
Provides nodes for aerodynamic simulation.
To get started, add an `AeroBody3D` node to your scene, and add as many `AeroInfluencer3D` nodes as necessary.
For Godot Asset Library installs:
Ensure that addon files are installed inside res://addons/godot_aerodynamic_physics
This folder structure allows for this plugin to be used as a git submodule, because of this, Godot does not automatically install it to the correct path.
Reviews
Quick Information
Provides nodes for aerodynamic simulation.To get started, add an `AeroBody3D` node to your scene, and add as many `AeroInfluencer3D` nodes as necessary.For Godot Asset Library installs:Ensure that addon files are installed inside res://addons/godot_aerodynamic_physicsThis folder structure allows for this plugin to be used as a git submodule, because of this, Godot does not automatically install it to the correct path.