Assimp  v4.1. (December 2018)
Assimp::FBX::FBXConverter Class Reference

Dummy class to encapsulate the conversion process. More...

Public Types

enum  TransformationComp {
  TransformationComp_GeometricScalingInverse = 0 , TransformationComp_GeometricRotationInverse , TransformationComp_GeometricTranslationInverse , TransformationComp_Translation ,
  TransformationComp_RotationOffset , TransformationComp_RotationPivot , TransformationComp_PreRotation , TransformationComp_Rotation ,
  TransformationComp_PostRotation , TransformationComp_RotationPivotInverse , TransformationComp_ScalingOffset , TransformationComp_ScalingPivot ,
  TransformationComp_Scaling , TransformationComp_ScalingPivotInverse , TransformationComp_GeometricTranslation , TransformationComp_GeometricRotation ,
  TransformationComp_GeometricScaling , TransformationComp_MAXIMUM
}
 The different parts that make up the final local transformation of a fbx-node. More...
 

Public Member Functions

 FBXConverter (aiScene *out, const Document &doc, bool removeEmptyBones)
 
 ~FBXConverter ()
 

Detailed Description

Dummy class to encapsulate the conversion process.

Member Enumeration Documentation

◆ TransformationComp

The different parts that make up the final local transformation of a fbx-node.

Enumerator
TransformationComp_GeometricScalingInverse 
TransformationComp_GeometricRotationInverse 
TransformationComp_GeometricTranslationInverse 
TransformationComp_Translation 
TransformationComp_RotationOffset 
TransformationComp_RotationPivot 
TransformationComp_PreRotation 
TransformationComp_Rotation 
TransformationComp_PostRotation 
TransformationComp_RotationPivotInverse 
TransformationComp_ScalingOffset 
TransformationComp_ScalingPivot 
TransformationComp_Scaling 
TransformationComp_ScalingPivotInverse 
TransformationComp_GeometricTranslation 
TransformationComp_GeometricRotation 
TransformationComp_GeometricScaling 
TransformationComp_MAXIMUM 

Constructor & Destructor Documentation

◆ FBXConverter()

Assimp::FBX::FBXConverter::FBXConverter ( aiScene out,
const Document doc,
bool  removeEmptyBones 
)

◆ ~FBXConverter()

Assimp::FBX::FBXConverter::~FBXConverter ( )

The documentation for this class was generated from the following files: