Go to file
James Turner 851a307c23 Test for, and fix, materials handling in BTG code.
It's possible (and happens!) to have less than 2^16 vertices or tex-coords, but more than 2^15 objects (tris) with the same materials. This was breaking our version 7 vs version 10 detection logic. Pete found the issue, I'm simply committing a version of his fix.
2012-11-07 21:10:00 +00:00
CMakeModules
package
simgear Test for, and fix, materials handling in BTG code. 2012-11-07 21:10:00 +00:00
.gitignore
AUTHORS
ChangeLog
CMakeLists.txt
COPYING
Doxyfile
DoxygenMain.cxx
INSTALL
NEWS
README
README.cmake
README.OpenAL
README.OSG
README.zlib
SimGear.spec.in
Thanks
version

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.