David Megginson | 15 Jul 2002 18:16
Picon

CVS: FlightGear/src/Objects matlib.cxx,1.36,1.37 matlib.hxx,1.9,1.10 newmat.cxx,1.22,1.23 newmat.hxx,1.13,1.14 obj.cxx,1.72,1.73

Update of /var/cvs/FlightGear-0.7/FlightGear/src/Objects
In directory seneca:/tmp/cvs-serv5179/src/Objects

Modified Files:
	matlib.cxx matlib.hxx newmat.cxx newmat.hxx obj.cxx 
Log Message:
Added support for dynamically-generated scenery objects.  Set the
property /sim/rendering/dynamic-objects to true to enable them.

Index: matlib.cxx
===================================================================
RCS file: /var/cvs/FlightGear-0.7/FlightGear/src/Objects/matlib.cxx,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -r1.36 -r1.37
*** matlib.cxx	10 May 2002 22:59:27 -0000	1.36
--- matlib.cxx	15 Jul 2002 16:16:20 -0000	1.37
***************
*** 52,55 ****
--- 52,56 ----
  #include <Scenery/tileentry.hxx>

+ #include "newmat.hxx"
  #include "matlib.hxx"

Index: matlib.hxx
===================================================================
RCS file: /var/cvs/FlightGear-0.7/FlightGear/src/Objects/matlib.hxx,v
retrieving revision 1.9
retrieving revision 1.10
(Continue reading)


Gmane