Difference between revisions of "Sims 3:0x01D0E70F"
From SimsWiki
Line 3: | Line 3: | ||
<hr/> | <hr/> | ||
==Index Buffer== | ==Index Buffer== | ||
− | 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. Contains the vertex indices for the polygon faces. |
− | DWORD // 'IBUF' | + | DWORD // 'IBUF' |
− | {data} | + | DWORD version |
+ | DWORD compression | ||
+ | DWORD unknown blank | ||
+ | {face data, count and offset given in MLOD} | ||
+ | if compressed, start at zero and add or subtract each signed value for the entire buffer before using the offset | ||
<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 20:24, 28 July 2009
Sims 3:Main Page -> Sims 3:PackedFileTypes
Sims 3:Main Page -> Sims 3:RCOL
Index Buffer
This is a Sims 3:RCOL chunk found embedded in MODL and MLOD resources. Contains the vertex indices for the polygon faces.
DWORD // 'IBUF' DWORD version DWORD compression DWORD unknown blank {face data, count and offset given in MLOD} if compressed, start at zero and add or subtract each signed value for the entire buffer before using the offset
Sims 3:Main Page -> Sims 3:PackedFileTypes
Sims 3:Main Page -> Sims 3:RCOL