On Thu, Sep 20, 2012 at 10:46 AM, Thomas Geymayer wrote:
> Drawing multiple quads at once should be possible if putting all quads
> in a single path (Start a new subpath/quad use canvas.Path.moveTo() or
> canvas.Path.VG_MOVE_TO). I'll have a look if ShivaVG really creates just
> a list of quads and otherwise modify it to do so.

Yup, that makes things a lot faster.

Unfortunately, that doesn't appear to handle overlapping quads very well:

http://www.nanjika.co.uk/flightgear/taxis.jpg

It is doing some XOR against the other layers?  I'm sure I remember seeing
this in a graphics textbook year ago...

-Stuart

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://ad.doubleclick.net/clk;258768047;13503038;j?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to