aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/others/mimesh/libg3d-0.0.8/plugins/import/imp_acf/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/others/mimesh/libg3d-0.0.8/plugins/import/imp_acf/README')
-rw-r--r--src/others/mimesh/libg3d-0.0.8/plugins/import/imp_acf/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/others/mimesh/libg3d-0.0.8/plugins/import/imp_acf/README b/src/others/mimesh/libg3d-0.0.8/plugins/import/imp_acf/README
new file mode 100644
index 0000000..484bbf0
--- /dev/null
+++ b/src/others/mimesh/libg3d-0.0.8/plugins/import/imp_acf/README
@@ -0,0 +1,15 @@
1Airfoils:
2=========
3
4* get airfoil data in .dat format, e.g. from:
5 http://www.ae.uiuc.edu/m-selig/ads/archives/coord_seligFmt.tar.gz
6 (search for "UIUC Airfoil Coordinates Database" if this link is broken).
7 This data can be used according to the GNU General Public License.
8* set the environment variable AIRFOIL_DIR to the path containing the
9 dat files.
10* without airfoil data .acf models are still loadable, but wings and stuff
11 are missing.
12* to minimize libg3d loading times (the airfoil data is loaded when this
13 plugin is initialized, you don't have to try to load an .acf file) you
14 could only install a selected subset of airfoil data files.
15 Libg3d will complain about missing airfoil data files.