Talk:M2: Difference between revisions

From wowdev
Jump to navigation Jump to search
(Reverted edits by 5.167.180.78 (talk) to last revision by Schlumpf)
Line 71: Line 71:


Contain indices into the texture animations list, or -1 meaning a static texture.
Contain indices into the texture animations list, or -1 meaning a static texture.
== wholesale nba jerseys cheap
  vxprdyylk ==
Ding Hao crimson eyes immediate enemy, Ding, jade drop broke into the front, Ding Hao Xiangyebuxiang the, the bloody fist Bianxiang her face to the door mercilessly pound to go. Ting Yu off the wrist doubled wrapped around the area, gently Qiaoqiao to put Ding Hao leveraging pulled over. Ding Hao only in such a way Shuaiguo a fresh in my memory, is a move in mind Zhi some awake.  <a href=http://texastide.com/nfl/20150926-green-bay-packers-jordy-nelson-jersey-10-991.html>2015 green bay packers jordy nelson jersey</a> <a href=http://necasa.org/nfl/20150926-dallas-cowboys-sean-lee-jersey-3-574.html>2015 dallas cowboys sean lee jersey</a> <a href=http://tejaspremierbc.com/nfl/20150926-san-francisco-49ers-anquan-boldin-jersey-7-8.html>2015 san francisco 49ers anquan boldin jersey</a>  Here are a few options: Ashoka New Diamond (Jammu): The airport is five kilometers away from the airport and two kilometers away from Jammu Tawi railway station. It is centrally located at Vinayak Bazaar and caters to both holiday as well as business travelers. There are 33 rooms in the hotel, each with a balcony, cable television, tea and coffee maker and internet access.  <a href=http://texastide.com/nfl/20150926-pittsburgh-steelers-troy-polamalu-jersey-6-1857.html>2015 pittsburgh steelers troy polamalu jersey</a> <a href=http://msaaircraft.com/nfl/20150926-denver-broncos-sylvester-williams-jersey-1-352.html>2015 denver broncos sylvester williams jersey</a> <a href=http://delagarzafence.com/nfl/20150926-green-bay-packers-jordy-nelson-jersey-2-983.html>2015 green bay packers jordy nelson jersey</a> 
I just made it up. Ties were only invented in the late 17th century). Anyway, tie tacks came a little later and these are actually very nice pins that go through the tie, and clips under your shirt.

Revision as of 16:04, 7 October 2015

Finished for Build 8820 now. Post changes here first! And please pay attention to the style when you add something.. --schlumpf_ 00:53, 23 August 2008 (CEST)

Animation blocks in WotLK

  • Previously M2s used a single-timeline approach, chaining all animations into one long piece and separating them via begin and end given in animation data. Now, each animation has an own timeline.
  • Animation blocks contain a list of lists of timestamps and a list of lists of values, where the first list is by animation and the second one by timestamp-entry.
 template<typename T>
 struct array_ref
 {
   uint32_t number;
   T* elements;  // in file obviously an offset only
 };
 
 template<typename T>
 struct animation_block
 {
   uint16_t interpolation_type;
   uint16_t global_sequence;
   array_ref<array_ref<uint32_t>> timestamps;
   array_ref<array_ref<T>> values;
 };
  • Thus, as example, with
 struct bone
 {
   int32_t bone_id;
   uint32_t flags;
   int16_t parent_bone;
   uint16_t _1[3];
   animation_block<vec3_float> translation;
   animation_block<quat_short> rotation;
   animation_block<vec3_float> scale;
   vec3_float pivot;
 } b;

one may get the number of animations having translation information with

 b.translation.timestamps.number

and the number of timestamps in the first animation using

 b.translation.timestamps.elements[0].number

and the first timestamp value of the first animation via

 b.translation.timestamps.elements[0].elements[0]

The actual translation vector for animation 0 at timestamp 0 is at

 b.translation.values.elements[0].elements[0]
  • Some timestamps/values.elements entries may have number/elements = 0, if for that animation id no animation is given.
  • .anim files are just a blob of data which may as well be in the main model file, that is pointed to by the first array_ref layer.
  • [model file name][animation id]-[animation sub-id].anim
  • it seems like it is possible to detect if animation data is stored in-m2 or externally via
    • All animations which have flags & 0x20 are stored internally.
    • Animations which do not have flags & 0x20 are not stored internally.
    • Animations which do not have flags & 0x20 AND do not have flags & 0x40 are in .anim files
    • Animations which do not have flags & 0x20 AND DO have flags 0x40 are stored... somewhere. I have no clue.

Deleted Blocks

Block D

  • nD records of (int16, int16) starting at ofsD

Maybe a lookup table for animations? Since the numbers happen to be in fixed positions. The first short seems to increase with the position for models with all animations (like characters), the second seems to be flags or a modifier? Or something.


Contain indices into the texture animations list, or -1 meaning a static texture.

== wholesale nba jerseys cheap

  vxprdyylk ==

Ding Hao crimson eyes immediate enemy, Ding, jade drop broke into the front, Ding Hao Xiangyebuxiang the, the bloody fist Bianxiang her face to the door mercilessly pound to go. Ting Yu off the wrist doubled wrapped around the area, gently Qiaoqiao to put Ding Hao leveraging pulled over. Ding Hao only in such a way Shuaiguo a fresh in my memory, is a move in mind Zhi some awake. <a href=http://texastide.com/nfl/20150926-green-bay-packers-jordy-nelson-jersey-10-991.html>2015 green bay packers jordy nelson jersey</a> <a href=http://necasa.org/nfl/20150926-dallas-cowboys-sean-lee-jersey-3-574.html>2015 dallas cowboys sean lee jersey</a> <a href=http://tejaspremierbc.com/nfl/20150926-san-francisco-49ers-anquan-boldin-jersey-7-8.html>2015 san francisco 49ers anquan boldin jersey</a> Here are a few options: Ashoka New Diamond (Jammu): The airport is five kilometers away from the airport and two kilometers away from Jammu Tawi railway station. It is centrally located at Vinayak Bazaar and caters to both holiday as well as business travelers. There are 33 rooms in the hotel, each with a balcony, cable television, tea and coffee maker and internet access. <a href=http://texastide.com/nfl/20150926-pittsburgh-steelers-troy-polamalu-jersey-6-1857.html>2015 pittsburgh steelers troy polamalu jersey</a> <a href=http://msaaircraft.com/nfl/20150926-denver-broncos-sylvester-williams-jersey-1-352.html>2015 denver broncos sylvester williams jersey</a> <a href=http://delagarzafence.com/nfl/20150926-green-bay-packers-jordy-nelson-jersey-2-983.html>2015 green bay packers jordy nelson jersey</a> I just made it up. Ties were only invented in the late 17th century). Anyway, tie tacks came a little later and these are actually very nice pins that go through the tie, and clips under your shirt.