|
Assimp v5.2.2 (January 2022)
The Asset-Importer-Lib API documentation.
|
| ►NAssimp | Some C++ utilities for inter- and extrapolation |
| C_IEEEDouble | Data structure to represent the bit pattern of a 64 Bit IEEE 754 floating-point number |
| C_IEEESingle | Data structure to represent the bit pattern of a 32 Bit IEEE 754 floating-point number |
| CaiAABB | An axis-aligned bounding box |
| CaiAnimation | An animation consists of key-frame data for a number of nodes |
| CaiAnimMesh | An AnimMesh is an attachment to an aiMesh stores per-vertex animations for a particular frame |
| CaiBone | A single bone of a mesh |
| CaiBuffer | Type to store a in-memory data buffer |
| CaiCamera | Helper structure to describe a virtual camera |
| CaiColor3D | Represents a color in Red-Green-Blue space |
| CaiColor4t | Represents a color in Red-Green-Blue space including an alpha component |
| CaiExportDataBlob | Describes a blob of exported scene data |
| CaiExportFormatDesc | Describes an file format which Assimp can export to |
| CaiFace | A single face in a mesh, referring to multiple vertices |
| CaiFile | C-API: File callbacks |
| CaiFileIO | C-API: File system callbacks |
| CaiImporterDesc | Meta information about a particular importer |
| CaiLight | Helper structure to describe a light source |
| CaiLogStream | C-API: Represents a log stream |
| CaiMaterial | Data structure for a material |
| CaiMatrix3x3t | Represents a row-major 3x3 matrix |
| CaiMatrix4x4t | Represents a row-major 4x4 matrix, use this for homogeneous coordinates |
| CaiMemoryInfo | Stores the memory requirements for different components (e.g |
| CaiMesh | Enum aiMorphingMethod |
| CaiMeshAnim | Describes vertex-based animations for a single mesh or a group of meshes |
| CaiMeshKey | Binds a anim-mesh to a specific point in time |
| CaiMeshMorphAnim | Describes a morphing animation of a given mesh |
| CaiMeshMorphKey | Binds a morph anim mesh to a specific point in time |
| CaiMetadata | Container for holding metadata |
| CaiMetadataEntry | Metadata entry |
| CaiNode | A node in the imported hierarchy |
| CaiNodeAnim | Describes the animation of a single node |
| CaiPlane | Represents a plane in a three-dimensional, euclidean space |
| CaiPropertyStore | C-API: Represents an opaque set of settings to be used during importing |
| CaiQuaterniont | This class represents a quaternion as a 4D vector |
| CaiQuatKey | A time-value pair specifying a rotation for the given time |
| CaiRay | Represents a ray |
| CaiScene | The root structure of the imported data |
| CaiSkeleton | A skeleton represents the bone hierarchy of an animation |
| CaiSkeletonBone | A skeleton bone represents a single bone is a skeleton structure |
| CaiString | Represents an UTF-8 string, zero byte terminated |
| CaiTexel | Helper structure to represent a texel in a ARGB8888 format |
| CaiTexture | Helper structure to describe an embedded texture |
| CaiUVTransform | Defines how an UV channel is transformed |
| CaiVector2t | Represents a two-dimensional vector |
| CaiVector3t | Represents a three-dimensional vector |
| CaiVectorKey | A time-value pair specifying a certain 3D vector for the given time |
| CaiVertexWeight | A single influence of a bone on a vertex |
| CDeadlyErrorBase | The base-class for all other exceptions |
| CDeadlyExportError | FOR EXPORTER PLUGINS ONLY: Simple exception class to be thrown if an unrecoverable error occurs while exporting |
| CDeadlyImportError | FOR IMPORTER PLUGINS ONLY: Simple exception class to be thrown if an unrecoverable error occurs while importing |
| CExceptionSwallower | |
| CExceptionSwallower< aiReturn > | |
| CExceptionSwallower< T * > | |
| CExceptionSwallower< void > | |
| CFaceWithSmoothingGroup | Helper structure representing a face with smoothing groups assigned |
| CMeshWithSmoothingGroups | Helper structure representing a mesh whose faces have smoothing groups assigned |