1
0
Fork 0
flightgear/src/Objects
david 5b2df63f54 Patches from Melchior Franz:
The first hunk might not be necessary, but the light_coverage property
was the only one that wasn't explicitly defaulted, which is unfair.  ;-)
   The second hunk adds the missing initialization to the init routine.
This is necessary, because (unlike the material entries from material.xml)
the generated light entries don't get the light coverage set. Yet
obj.cxx:795 reads this information out fot every leaf, although not needed
in the case of lights. Avoiding this isn't worth the trouble.
   The last hunk sets the missing normal_index. The POINTS branch in
gen_leaf was always called with this int_list empty, which made the normals
handling use data garbage.
2002-03-26 16:10:53 +00:00
..
.cvsignore -Removed .cvsignore from itself, since .cvsignore is now in the CVS 2001-12-12 04:15:23 +00:00
apt_signs.cxx Better support of the newer more flexible object file format. This 2002-03-13 06:03:37 +00:00
apt_signs.hxx Restructured code a bit to split out the bits that create objects on the 2001-07-12 15:03:09 +00:00
colours.h source tree reorganization prior to flightgear 0.7 2009-09-14 14:26:20 +02:00
dir_lights.cxx Initial revision. Things are just beginning to be stubbed in now. 2002-03-17 00:37:22 +00:00
dir_lights.hxx Initial revision. Things are just beginning to be stubbed in now. 2002-03-17 00:37:22 +00:00
Makefile.am Initial revision. Things are just beginning to be stubbed in now. 2002-03-17 00:37:22 +00:00
matlib.cxx Use !strcmp for all property name comparisons. 2002-03-20 22:23:10 +00:00
matlib.hxx Substantial rewrite of FGNewMat, the material class. Most of the 2001-12-28 23:33:32 +00:00
newmat.cxx Patches from Melchior Franz: 2002-03-26 16:10:53 +00:00
newmat.hxx *** empty log message *** 2002-03-12 05:37:55 +00:00
obj.cxx Patches from Melchior Franz: 2002-03-26 16:10:53 +00:00
obj.hxx Better support of the newer more flexible object file format. This 2002-03-13 06:03:37 +00:00
texload.c fg_zlib.h -> sg_zlib.h 2001-03-24 14:12:00 +00:00
texload.h source tree reorganization prior to flightgear 0.7 2009-09-14 14:26:20 +02:00