| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
object_models.FileFormat --+
|
object_models.xml.FileFormat --+
|
CgfFormat
|
|||
|
__metaclass__ Metaclass which constructs the chunk map during class creation. |
|||
|
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. |
|||
|
short Implementation of a 16-bit signed integer type. |
|||
|
ushort Implementation of a 16-bit unsigned integer type. |
|||
|
char Implementation of an (unencoded) 8-bit character. |
|||
|
float Implementation of a 32-bit float. |
|||
|
bool Simple bool implementation. |
|||
|
String String of variable length (null terminated). |
|||
|
SizedString Basic type for strings. |
|||
|
String16 String of fixed length 16. |
|||
|
String32 String of fixed length 32. |
|||
|
String64 String of fixed length 64. |
|||
|
String128 String of fixed length 128. |
|||
|
String256 String of fixed length 256. |
|||
|
FileSignature The CryTek file signature with which every cgf file starts. |
|||
|
Ref Reference to a chunk, up the hierarchy. |
|||
|
Ptr Reference to a chunk, down the hierarchy. |
|||
|
CgfError Exception for CGF specific errors. |
|||
|
Data A class to contain the actual cgf data. |
|||
| Chunk | |||
| ChunkTable | |||
| BoneInitialPosChunk | |||
| DataStreamChunk | |||
| Matrix33 | |||
| Matrix44 | |||
| MeshChunk | |||
| MeshMorphTargetChunk | |||
| MeshSubsetsChunk | |||
| MtlChunk | |||
| NodeChunk | |||
| SourceInfoChunk | |||
| TimingChunk | |||
| Vector3 | |||
|
AbstractMtlChunk Common parent for MtlChunk and MtlNameChunk. |
|||
|
AbstractObjectChunk Common parent for HelperChunk and MeshChunk. |
|||
| BoneAnimChunk | |||
| BoneEntity | |||
| BoneLightBinding | |||
| BoneLightBindingChunk | |||
|
BoneLink A bone link. |
|||
| BoneMeshChunk | |||
| BoneNameListChunk | |||
| BonePhysics | |||
| BonesBoxesChunk | |||
| BreakablePhysicsChunk | |||
|
ChunkHeader A CGF chunk header. |
|||
|
ChunkType An unsigned 32-bit integer, describing the chunk type. |
|||
|
ChunkVersion The version of a particular chunk, or the version of the chunk table. |
|||
| CompiledBonesChunk | |||
| CompiledExt2IntMapChunk | |||
| CompiledIntFacesChunk | |||
| CompiledIntSkinVerticesChunk | |||
| CompiledMorphTargetsChunk | |||
| CompiledPhysicalBonesChunk | |||
| CompiledPhysicalProxiesChunk | |||
| ControllerChunk | |||
| CtrlFlags | |||
| CtrlType | |||
| DataStreamType | |||
| ExportFlags | |||
|
ExportFlagsChunk Export information. |
|||
|
FRGB R32G32B32 (float). |
|||
|
Face A mesh face. |
|||
| FaceMapChunk | |||
|
FileOffset Points to a position in a file. |
|||
|
FileType An unsigned 32-bit integer, describing the file type. |
|||
| FootPlantInfoChunk | |||
|
GeomNameListChunk Obsolete, not decoded. |
|||
|
Header The CGF header. |
|||
| HelperChunk | |||
| HelperType | |||
|
IRGB R8G8B8. |
|||
|
IRGBA R8G8B8A8. |
|||
|
InitialPosMatrix A bone initial position matrix. |
|||
| Key | |||
| LightChunk | |||
| LightType | |||
|
MRMChunk Obsolete, not decoded. |
|||
| MeshBoneIds | |||
| MeshPhysicsDataChunk | |||
| MeshSubset | |||
| MeshSubsetsFlags | |||
| MorphVertex | |||
| MtlFlags | |||
|
MtlListChunk Obsolete, not decoded. |
|||
| MtlNameChunk | |||
| MtlNameFlags | |||
| MtlNamePhysicsType | |||
| MtlType | |||
|
PatchMeshChunk Obsolete, not decoded. |
|||
| PhysicsCube | |||
| PhysicsCylinder | |||
| PhysicsData | |||
| PhysicsDataType0 | |||
| PhysicsDataType1 | |||
| PhysicsDataType2 | |||
| PhysicsPolyhedron | |||
| PhysicsPrimitiveType | |||
| PhysicsShape6 | |||
| PhysicsStruct1 | |||
| PhysicsStruct2 | |||
| PhysicsStruct50 | |||
|
Quat A quaternion (x,y,z,w). |
|||
| RangeEntity | |||
|
ScenePropsChunk Not decoded. |
|||
| SpeedInfoChunk | |||
|
Tangent Tangents. |
|||
| TextureMap | |||
| TextureMappingFlags | |||
| TextureMappingType | |||
|
UV Texture coordinate. |
|||
|
UVFace A texture face (vertex indices). |
|||
|
UnknownAAFC0005Chunk Unknown. |
|||
| VertAnimChunk | |||
| Vertex | |||
| VertexWeight | |||
| _BoneInitialPosChunk | |||
|
_Chunk Base class for all chunks. |
|||
|
_ChunkTable List of all chunks in the CGF file. |
|||
|
_DataStreamChunk Contains data such as vertices, normals, etc. |
|||
|
_Matrix33 A 3x3 transformation matrix. |
|||
|
_Matrix44 A 4x4 transformation matrix. |
|||
|
_MeshChunk Geometry. |
|||
| _MeshMorphTargetChunk | |||
| _MeshSubsetsChunk | |||
| _MtlChunk | |||
| _NodeChunk | |||
| _SourceInfoChunk | |||
| _TimingChunk | |||
|
_Vector3 A vector in 3D space (x,y,z). |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
|||
|
|||
xml_file_name = Override. |
|||
xml_file_path = Override. |
|||
EPSILON = 0.0001
|
|||
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. |
|||
VER_FARCRY = 1860
|
|||
UVER_FARCRY = 1
|
|||
VER_CRYSIS = 1860
|
|||
UVER_CRYSIS = 2
|
|||
CHUNK_MAP =
|
|||
games =
|
|||
versions =
|
|||
xml_alias =
|
|||
xml_bit_struct =
|
|||
xml_enum =
|
|||
xml_struct =
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Converts version string into an integer. >>> hex(CgfFormat.version_number('744')) '0x744'
|
|
|||
xml_file_pathOverride.
|
CHUNK_MAP
|
versions
|
xml_alias
|
xml_bit_struct
|
xml_enum
|
xml_struct
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 10 19:03:24 2011 | http://epydoc.sourceforge.net |