Difference between revisions of "Sims 3:0x01661233"
From SimsWiki
m (→Object Model) |
|||
Line 3: | Line 3: | ||
<hr/> | <hr/> | ||
==Object Model== | ==Object Model== | ||
− | This is a [[Sims 3:RCOL]] chunk. | + | This is a [[Sims 3:RCOL]] chunk. The .model files that it is found in are essentially object mesh files, with this chunk included. A few meshes have two MODL chunks, purpose unknown. |
− | DWORD // 'MODL' | + | DWORD // 'MODL' |
− | + | DWORD version (256 or 258) | |
+ | DWORD count | ||
+ | FLOAT[6] bounding box for entire object (MinX/MinY/MinZ/MaxX/MaxY/MaxZ) | ||
+ | (if version>=258) DWORD[3] | ||
+ | repeat count times: | ||
+ | DWORD[3] | ||
+ | FLOAT[2] | ||
+ | |||
+ | |||
<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:32, 28 July 2009
Sims 3:Main Page -> Sims 3:PackedFileTypes
Sims 3:Main Page -> Sims 3:RCOL
Object Model
This is a Sims 3:RCOL chunk. The .model files that it is found in are essentially object mesh files, with this chunk included. A few meshes have two MODL chunks, purpose unknown.
DWORD // 'MODL' DWORD version (256 or 258) DWORD count FLOAT[6] bounding box for entire object (MinX/MinY/MinZ/MaxX/MaxY/MaxZ) (if version>=258) DWORD[3]
repeat count times:
DWORD[3] FLOAT[2]
Sims 3:Main Page -> Sims 3:PackedFileTypes
Sims 3:Main Page -> Sims 3:RCOL