Modcraft - The community dedicated to quality WoW modding!
Content creation => Modelling and Animation => Topic started by: spik96 on December 06, 2015, 12:52:09 pm
-
Hi !
I'm trying to understand how the global sequence mechanism in M2 actually works.
An index appears sometimes in an Animation Block, referencing a maximum timestamp. There is only one track in the block, nice.
So we could have timestamps like that :
[Max Timestamp : 1000]
0
100
300
800
1000
But how does the client know what time in a global track means ? Usually tracks are animation link, you have one timeline per animation. You launch the animation, and that's the start of the timeline. But when it's global, what is the 0 ? When will be 800 for example ?
-
Solved.
I understood what they were with
http://www.hiveworkshop.com/forums/3d-m ... 5-a-30322/ (http://www.hiveworkshop.com/forums/3d-modeling-tutorials-282/global-sequences-3dsmax-5-a-30322/" onclick="window.open(this.href);return false;)
http://www.wc3c.net/showthread.php?t=63030 (http://www.wc3c.net/showthread.php?t=63030" onclick="window.open(this.href);return false;)
-
If the wiki is lacking explanation, please fix it.