Difference between revisions of "Sims 3:0x01D0E76B"
From SimsWiki
Line 3: | Line 3: | ||
<hr/> | <hr/> | ||
==SKIN== | ==SKIN== | ||
− | This is a [[Sims 3:RCOL]] chunk found embedded in [[Sims 3:0x01661233|MODL]] and [[Sims 3:0x01D10F34|MLOD]] resources. | + | This is a [[Sims 3:RCOL]] chunk found embedded in [[Sims 3:0x01661233|MODL]] and [[Sims 3:0x01D10F34|MLOD]] resources. It contains the bone hashval and matrix for each index value used in the VBUF chunk it is linked with (from the MLOD chunk). |
− | DWORD // 'SKIN' | + | DWORD // 'SKIN' |
− | + | DWORD version | |
+ | DWORD count | ||
+ | repeat count times: | ||
+ | DWORD hash (of bone name) | ||
+ | FLOAT[12] (3x4 matrix) | ||
<hr/> | <hr/> | ||
[[Sims 3:Main Page]] -> [[Sims 3:PackedFileTypes]] | [[Sims 3:Main Page]] -> [[Sims 3:PackedFileTypes]] | ||
<br/>[[Sims 3:Main Page]] -> [[Sims 3:RCOL]] | <br/>[[Sims 3:Main Page]] -> [[Sims 3:RCOL]] |
Revision as of 17:49, 28 July 2009
Sims 3:Main Page -> Sims 3:PackedFileTypes
Sims 3:Main Page -> Sims 3:RCOL
SKIN
This is a Sims 3:RCOL chunk found embedded in MODL and MLOD resources. It contains the bone hashval and matrix for each index value used in the VBUF chunk it is linked with (from the MLOD chunk).
DWORD // 'SKIN' DWORD version DWORD count repeat count times: DWORD hash (of bone name) FLOAT[12] (3x4 matrix)
Sims 3:Main Page -> Sims 3:PackedFileTypes
Sims 3:Main Page -> Sims 3:RCOL