Shaiya Online/Model

From XentaxWiki
Revision as of 01:34, 12 January 2012 by imported>Tsukihime (Created page with "Shaiya Online model format ===Format=== <pre> uint32 constant00 uint32 numBones struct Bone { float[16] Matrix4X4 } uint32 numVerts struct Vert { float[3] CoordXYZ ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Shaiya Online model format

Format

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 numIdx
uint16[numIdx] Index