c4c5829d37
Random objects like lights and trees are not placed on airport terrain anymore. This commit also refactors some of the existing code for clarity. Discussion can be found here [1] and detailed history here [2]. [1] https://sourceforge.net/p/flightgear/simgear/merge-requests/102/ [2] https://sourceforge.net/u/fahimdalvi/simgear/ci/bugfix/ws30_random_objects_avoid_airports/~/tree/ Squashed commit of the following: commit 643198f8d52da8d65a674b052c508f03d7f83ac0 Author: Fahim Imaduddin Dalvi <dalvifahim@gmail.com> Date: Tue Jan 4 09:57:34 2022 +0300 Implemented corrected airport intersection logic We now convert the point into the correct coordinate system before checking for intersections with the airport geometry. commit 7e0819e4f88992658301a2c15d890fc489cfe3b6 Author: Fahim Imaduddin Dalvi <dalvifahim@gmail.com> Date: Wed Nov 10 19:59:04 2021 +0300 Added airport terrain check code for random objects This commit does not work as expected. The light-coverage check is disabled to amplify the bug. commit eb21e8fd256dcf124857ac51afc0d7c3c90ae1c6 Author: Fahim Imaduddin Dalvi <dalvifahim@gmail.com> Date: Wed Nov 10 19:53:44 2021 +0300 Refactored elevation constraint checking code This commit provides a separate elevation constraint function that does not displace the given point. The current function has been renamed to indicate the displacement side effect. |
||
---|---|---|
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.