Re: [Flightgear-devel] patch to use DrawElements primitive sets

2007-05-27 Thread Tim Moore
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mathias Fröhlich wrote: > Hi Tim, > > On Saturday 26 May 2007, Tim Moore wrote: >> Hi, >> >> This patch combines all the triangles, triangle strips and triangle fans >> with the same material in a tile into one DrawElements primitive set. >> This also

Re: [Flightgear-devel] patch to use DrawElements primitive sets

2007-05-26 Thread Mathias Fröhlich
Hi Tim, On Saturday 26 May 2007, Tim Moore wrote: > Hi, > > This patch combines all the triangles, triangle strips and triangle fans > with the same material in a tile into one DrawElements primitive set. > This also reduces by a factor of 100 the number of Geodes that needs to > be processed by

[Flightgear-devel] patch to use DrawElements primitive sets

2007-05-26 Thread Tim Moore
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, This patch combines all the triangles, triangle strips and triangle fans with the same material in a tile into one DrawElements primitive set. This also reduces by a factor of 100 the number of Geodes that needs to be processed by the cull phase.