Anonymous

Changes

From Final Fantasy Inside

FF7:CC/Model Formats

21 bytes added, 05:22, 23 May 2019
m
8 revisions imported
For each Model, 8-bytes per entry: (the count is located at 0x0A in File Header)
0x00 DWORD: Texture-ID of the texture to use (zero based) 0x04 DWORD: offset to Vertex-data start for this Model
Model Vertex Data:
0x00 DWORD: TYPE of data [see notes] 0x04 beginning of PSP-Encoded vertex data [see notes]
</pre>
?
</pre>
 
 
==exp TYPE-0 Models==
<small>Stub -- incomplete</small>
These files contain static geometry with initial bounding-box data preceeding the vertex data, and usually represent all the '''Location Map models ''' to render within the game.