[ < ] | [ Up ] | [ > ] | [Top] | [Contents] | [Index] | [ ? ] |
Because absolute positions are used, it is not possible to blend more than one morph animation on the same vertex data; you should use skeletal animation if you want to include animation blending since it is much more efficient. If you activate more than one animation which includes morph tracks for the same vertex data, only the last one will actually take effect. This also means that the 'weight' option on the animation state is not used for morph animation.
Morph animation can be combined with skeletal animation if required See section 8.3.3 Combining Skeletal and Vertex Animation. Morph animation can also be implemented in hardware using vertex shaders, See section Morph Animation in Vertex Programs.