Home | Trees | Indices | Help |
|
---|
|
object --+ | object_models.FileFormat --+ | object_models.xml.FileFormat --+ | TriFormat
|
|||
int Basic implementation of a 32-bit signed integer type. |
|||
uint Implementation of a 32-bit unsigned integer type. |
|||
byte Implementation of a 8-bit signed integer type. |
|||
ubyte Implementation of a 8-bit unsigned integer type. |
|||
char Implementation of an (unencoded) 8-bit character. |
|||
short Implementation of a 16-bit signed integer type. |
|||
ushort Implementation of a 16-bit unsigned integer type. |
|||
float Implementation of a 32-bit float. |
|||
SizedStringZ | |||
FileSignature Basic type which implements the header of a TRI file. |
|||
FileVersion | |||
Header A class to contain the actual tri data. |
|||
MorphRecord | |||
Data A class to contain the actual tri data. |
|||
ModifierRecord A modifier replaces the vertices from the base model(Header.vertices) with those in Header.modifier_vertices. |
|||
QuadFace Not used by the Oblivion engine as it's tri based. |
|||
ShortRelativeVertex | |||
TexCoord | |||
TriFace | |||
Vertex | |||
_Header | |||
_MorphRecord The formula for a morph is:NewVertex[CurrentVertex] = VertexList[CurrentVertex]+(MorphList[CurrentMorph].VertexList[CurrentVertex]*scale*MorphAmount);MorphAmount: 0 = no morphing, 1 = total morphing. |
|||
Inherited from |
|
|||
Inherited from |
|
|||
Inherited from Inherited from |
|
|||
|
|
|||
xml_file_name =
Override. |
|||
xml_file_path =
Override. |
|||
RE_FILENAME = re.compile(r' Override this with a regular expression (the result of a re.compile call) for the file extension of the format you are implementing. |
|||
games =
|
|||
versions =
|
|||
xml_struct =
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
Converts version string into an integer. >>> TriFormat.version_number('003') 3 >>> TriFormat.version_number('XXX') -1
|
|
xml_file_pathOverride.
|
xml_struct
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Oct 10 19:03:55 2011 | http://epydoc.sourceforge.net |