Changes

Jump to navigation Jump to search

Documentation/Engine/Mover model group

109 bytes added, 14:32, 2 May 2019
no edit summary
This is important because sometimes you want to have group containing models with different skeletons and animations with different skeletons. But you want only valid model-anim combinations. '''For example''' group of walking men and women where men use different skeleton than women.
 
'''Optimization'''
Because engine ensures that only valid model-anim combinations will be created, it may seem that animation tags should contain only tags describing the activity. But the model-anim combinations are choosen in the moment of mover generation, we want to limit the combination pool as much as possible. Because of that mover anim tags should contain (apart from the activity itself) tags describing compatible mover desc. In <code>mover_anim</code> the example above these tags are <code>human</code> and <code>man</code>. Andin the related mover group use these tags in <code>anim_tags</code>. In the example it is <code>man</code>.
91
edits

Navigation menu