Shaiya Online/Model: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
Line 25: Line 25:
===Notes===
===Notes===


Any notes that are too large to leave as comments.
There are two types of 3DC's. The first type is specified above. The second type is very similar, except without the bone struct or the numBones (the vertex struct is still the same though)


===Import Scripts===
===Import Scripts===

Revision as of 02:42, 15 January 2012

Format Specifications

uint32 constant00
uint32 numBones
struct Bone {
    float[16] Matrix4X4 
}
uint32 numVerts
struct Vert {
    float[3] CoordXYZ
    float Weight
    byte BoneID01
    byte BoneID02
    byte NULL1
    byte NULL2
    float[3] NormalXYZ
    float[2] TexCoordUV
}

uint32 numFaces
uint16[numFaces*3] Index

Notes

There are two types of 3DC's. The first type is specified above. The second type is very similar, except without the bone struct or the numBones (the vertex struct is still the same though)

Import Scripts

Any import scripts that have been written.

Related Games

Games that use the same, or a very similar, format.