716835c7ad
Adds a LINE_FEATURES STG Verb of the form LINE_FEATURES <file.txt> <Material> Where <file.txt> is a text file consisting of line features to be rendered with the appropriate <Material> definition. Each line of <file.txt> has the form <w> <attr> <a> <b> <c> <d> <lon1> <lat1> <lon2> <lat2> ... Where <w> is the line feature width in m <attr> is an integer for attributes - likely a bitmask* <a> <b> <c> <d> are floats* <lonN> <latN> are the lon/lat of point N on the line feature * denotes values that may be feature-dependent. For example to indicate street lighting, kerbing etc. There must be at least two points on the line feature. |
||
---|---|---|
3rdparty | ||
CMakeModules | ||
simgear | ||
.gitignore | ||
AUTHORS | ||
ChangeLog | ||
CMakeLists.txt | ||
COPYING | ||
Doxyfile | ||
DoxygenMain.cxx | ||
INSTALL | ||
NEWS | ||
README | ||
README.cmake | ||
README.OSG | ||
README.sound | ||
README.zlib | ||
simgear-version | ||
SimGearConfig.cmake.in | ||
Thanks |
SimGear - Simulator Construction Tools ====================================== http://www.flightgear.org SimGear is a set of open-source libraries designed to be used as building blocks for quickly assembling 3d simulations, games, and visualization applications. SimGear is developed by the FlightGear project and also provides the base for the FlightGear Flight Simulator. Source code for SimGear is released under the GNU Library General Public License (LGPL) - see COPYING for license details. See INSTALL file for help on building SimGear.