|
Assimp
v4.1. (December 2018)
|
Classes | |
| struct | Animation |
| struct | Atten |
| struct | Attrib |
| struct | BoneCount |
| struct | BoneIndex |
| struct | BoneRefArray |
| struct | BoneWeight |
| struct | CameraNode |
| struct | CameraObject |
| struct | Color |
| struct | Curve |
| struct | GeometryNode |
| struct | GeometryObject |
| struct | IndexArray |
| struct | Key |
| struct | LightNode |
| struct | LightObject |
| struct | Material |
| struct | MaterialRef |
| struct | Matrix |
| struct | Mesh |
| struct | Metric |
| struct | MetricInfo |
| struct | Name |
| struct | Node |
| struct | ObjectRef |
| struct | OpenGexDataDescription |
| class | OpenGEXExporter |
| class | OpenGEXImporter |
| This class is used to implement the OpenGEX importer. More... | |
| struct | Param |
| struct | Rotation |
| struct | Scale |
| struct | Skeleton |
| struct | Skin |
| struct | Texture |
| struct | Transform |
| struct | Translation |
| struct | VertexArray |
Enumerations | |
| enum | ColorType { NoneColor = 0, DiffuseColor, SpecularColor, EmissionColor, LightColor } |
| enum | MeshAttribute { None, Position, Color, Normal, TexCoord } |
Functions | |
| static void | copyColor4DArray (size_t numItems, DataArrayList *vaList, aiColor4D *colArray) |
| static void | copyVectorArray (size_t numItems, DataArrayList *vaList, aiVector3D *vectorArray) |
| static size_t | countDataArrayListItems (DataArrayList *vaList) |
| static void | fillColor4 (aiColor4D *col4, Value *vals) |
| static void | fillVector3 (aiVector3D *vec3, Value *vals) |
| static MeshAttribute | getAttributeByName (const char *attribName) |
| static void | getColorRGB3 (aiColor3D *pColor, DataArrayList *colList) |
| static void | getColorRGB4 (aiColor4D *pColor, DataArrayList *colList) |
| static ColorType | getColorType (Text *id) |
| static void | getRefNames (DDLNode *node, std::vector< std::string > &names) |
| static USE_ODDLPARSER_NS void | propId2StdString (Property *prop, std::string &name, std::string &key) |
| static void | setMatrix (aiNode *node, DataArrayList *transformData) |
Variables | |
| static const std::string | ColToken = "color" |
| static const std::string | NormalToken = "normal" |
| static const std::string | PosToken = "position" |
| static const std::string | TexCoordToken = "texcoord" |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |