Wintermute Engine Forum

Wintermute Engine => Technical forum => Topic started by: nachus on February 20, 2006, 08:43:00 PM

Title: 2D and 3D animations
Post by: nachus on February 20, 2006, 08:43:00 PM
Hi Wintermuties!

There are two ways to do an animation, right?
I can do it in 2D (with some image frames) or in 3D (by an actor and skeletal animation).

If i want to create a smooth animation, and i haven't performance problems, the best solution is to create it 3D?  or this is not recommendable and is preferable to do it 2D in spite of create an animation with a lot of frames.

Many thanks.
Title: Re: 2D and 3D animations
Post by: zyndikate on February 20, 2006, 10:12:35 PM
Probably depends on if youre an animator(2d) or a modeler?
Since I never touched a 3d-modeler prog I would do mine on paper and scan, then use something like flash or Moho to do the betweens to make the animation smooth.
Title: Re: 2D and 3D animations
Post by: metamorphium on February 20, 2006, 10:14:39 PM
well, you can also use video entities (animations in video formats) which will solve the performance problems to
some extent (eg. it's better to use video entity than fifty frames long animation). It depends on actual example though. :)
Title: Re: 2D and 3D animations
Post by: nachus on February 22, 2006, 03:18:20 PM
Ok, thanks.  :)

And for the 2D animations, if the same to do it with png images with transparency or bmp choosing a transparent color?  in terms of performance i mean.
Title: Re: 2D and 3D animations
Post by: Mnemonic on February 22, 2006, 03:47:19 PM
There's no performance penalty, because bitmaps with color key are internally converted to images with alpha channel anyway.