mirror of
https://github.com/skillbert/rsmv.git
synced 2026-06-11 23:35:46 -04:00
21 lines
586 B
JSON
21 lines
586 B
JSON
["struct",
|
|
["vertexcount","ushort"],
|
|
["facecount","ushort"],
|
|
["xpos",["array",["ref","vertexcount"],"short"]],
|
|
["ypos",["array",["ref","vertexcount"],"short"]],
|
|
["zpos",["array",["ref","vertexcount"],"short"]],
|
|
["faces",["chunkedarray",["ref","facecount"],[
|
|
["$nverts","ubyte"]
|
|
],[
|
|
["color","ushort"]
|
|
],[
|
|
["backcolor","ushort"]
|
|
],[
|
|
["intensity","ubyte"]
|
|
],[
|
|
["verts",["array",["ref","$nverts"],["match",["ref","vertexcount"],{
|
|
"<256":"ubyte",
|
|
"other":"ushort"
|
|
}]]]
|
|
]]]
|
|
] |