ogre-meshviewer icon indicating copy to clipboard operation
ogre-meshviewer copied to clipboard

Vertex and Skeletal animations are not separate

Open sercero opened this issue 1 year ago • 1 comments

It seems that Vertex and Skeletal animations are treated like mutually exclusive (from what I see in the code).

My proposal is this: image

To maintain the current code as much as possible (iterating over all the Entity animations).

Show how many Skeletal animations and Vertex there are and then show a [V] for the Vertex Animations and a [S] for the Skeletal Animations to distinguish them.

sercero avatar Apr 27 '24 21:04 sercero

I am not sure whether it is important to exactly know which animation is skeletal and which is vertex based.

In any case I would rather re-group them instead of adding the [S], [V] tags.

paroj avatar Apr 28 '24 13:04 paroj