]> git.mxchange.org Git - flightgear.git/commit
Substantial rewrite of FGNewMat, the material class. Most of the
authordavid <david>
Fri, 28 Dec 2001 23:33:32 +0000 (23:33 +0000)
committerdavid <david>
Fri, 28 Dec 2001 23:33:32 +0000 (23:33 +0000)
commitd4aea052469604c8e05a3825a614266decf6ab27
treee9b175ba55ac1f72077da2c062c678b3cfabcd83
parent1fa4c88d0e6e5654bcd6e9738ebf4af6dc0bba50
Substantial rewrite of FGNewMat, the material class.  Most of the
material-specific logic is now removed from the material library and
encapsulated in the material class itself, and materials are loaded
from $FG_ROOT/materials.xml rather than $FG_ROOT/materials.  This also
removes a nasty bug in the old material-loading code that caused a
floating-point exception.
src/Main/fg_init.cxx
src/Objects/matlib.cxx
src/Objects/matlib.hxx
src/Objects/newmat.cxx
src/Objects/newmat.hxx