This is the third entry in Naughty Dog's Jak and Daxter series.
Models can be found in the .DGO files.
The models have the extension .GO
The first 4 bytes in the .GO files is the size of the file counting after the first 16bytes.
Data sections begin at offsets that are multiples of 16, that have the bytes, FF FF FF FF
Sections include bone weights.
The vertexes are stored in subsections as follows:
04 ?? ?? ?? XX 00 00 ??
Unknown4ByteArrays
1ByteColorMappings(Red,Green,Blue)+80
(Padding of Zeroes until the next multiple of 16)
12ByteVertexDataSection
Models can be found in the .DGO files.
The models have the extension .GO
The first 4 bytes in the .GO files is the size of the file counting after the first 16bytes.
Data sections begin at offsets that are multiples of 16, that have the bytes, FF FF FF FF
Sections include bone weights.
The vertexes are stored in subsections as follows:
04 ?? ?? ?? XX 00 00 ??
Unknown4ByteArrays
1ByteColorMappings(Red,Green,Blue)+80
(Padding of Zeroes until the next multiple of 16)
12ByteVertexDataSection