Wintermute Engine Forum

Wintermute Engine => Technical forum => Topic started by: geber on March 06, 2006, 03:40:45 PM

Title: sprite animation is too slow :( help
Post by: geber on March 06, 2006, 03:40:45 PM
Hello.

On a scene i have big window, and i wonna make animated curtain for it. In 3dmax we make nice curtain and her animation. Its nearby 50 sprites, .png, but very big problem its a file size - 1 sprite have ~300kb :( So, when i place this sprites on scene, perfomance is criticaly drop. :(

And, as i know, there is no way optimize png.

Make curtain as 3d.actor its really hard, bcos have problem make good animation in milkshape.

So, maybe any other way?

Ps. stream in propertis of sprite already check. almost no changes.

any ideas?
Title: Re: sprite animation is too slow :( help
Post by: Mnemonic on March 07, 2006, 02:37:46 PM
You could make the animation frames smaller and let the engine scale them, or you could make a Theora video and use the Entity.PlayTheora() method to play the video when needed (you will lose transparency that way, though, I don't know if you need it).