Urban Chaos SEX
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
SLONG p1
SLONG p2
SLONG p3
SLONG t1
SLONG t2
SLONG t3
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.