Urban Chaos SEX: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks No edit summary |
imported>Ikskoks No edit summary |
(No difference)
| |
Latest revision as of 17:03, 25 January 2021
SEX
- Game : Urban Chaos
- Format Type : Misc
- Endian Order : Little Endian
Format Specifications
// Urban Chaos
// SEX file format
char(x) - "Triangle mesh:" + mesh name
char(x) - "Pivot:" +
{
// The pivot of the current object.
float x
float y
float z
}
char(x) - "Material: " +
{
// New material
char(x) - "DiffuseRGB" +
{
float r
float g
float b
}
char(x) - "shininess" + float sh
char(x) - "shinstr" + float ss
char(x) - "sided" + float sided
char(x) - "alpha" + float alpha
char(x) - "diffuse" + float tname
char(x) - "bumpmap" + float bname
}
num_of_vertexes *
{
//vertex
char(x) - "Vertex:" + float x + float y + float z
}
num_of_texture_vertexes *
{
//texture vertex
char(x) - ""Texture Vertex:" + float u + float v
}
num_of_faces *
{
//face data
char(x) - "Face: Material " +
{
SLONG m
char(x) - "xyz"
SLONG p1
SLONG p2
SLONG p3
char(x) - "uv"
SLONG t1
SLONG t2
SLONG t3
char(x) - "edge"
SLONG e1
SLONG e2
SLONG e3
SLONG group
}
Notes and Comments
- Files with this file format can be found inside "\Urban Chaos\data\font3d\" folder.
Compatible Programs
None.