gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-dev] Questions about trapezoids, triangle stripper etc.


From: strk
Subject: Re: [Gnash-dev] Questions about trapezoids, triangle stripper etc.
Date: Mon, 25 Sep 2006 17:53:43 +0200

On Thu, Sep 21, 2006 at 10:28:25PM +0200, Udo Giacomozzi wrote:

> s> (did you note the .gsc failures?).
> 
> Uhm. What's that?

.gsc files are the cache of a *parsed* SWF.
Basically if you build the cache once you can
load it later to speed up procesing.

The cache stores bitmap_info, meshes and how knows
what else.
The fact is that every _def has it's
own output_cached_data and input_cached_data so
it's the only piece of code that knows how to
parse that.

This whole thing seems currently broken but we'd
like to have it functional.

My current design problem with this is that for
bitmap_info a renderer is required, so the cache
is renderer-specific and cannot be created w/out
a registered renderer.

--strk;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]