25d922cf6b
Add a TREE_LIST STG analogous to the existing BUILDING_LIST verb TREE_LIST <filename> <material name> <lon> <lat> <elev> where <filename> is a file containing a set of trees to generate using the defined <material name> at the given location. The referenced <filename> contains lines of the form X Y Z A B C Where: - X,Y,Z are the cartesian coordinates of the tree. +X is East, +Y is North - A,B,C is optional and represents the normal of the underlying terrain. Used for shadows. Defaults to (0,0,1) |
||
---|---|---|
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.