40 static Model*
read(
const string& pathName,
const string& fileName);
80 static void processScene(FbxScene* fbxScene,
Model* model,
const string& pathName);
89 static void processNode(FbxNode* fbxNode,
Model* model,
Node* parentNode,
const string& pathName);
117 static void processAnimation(FbxNode* fbxNode,
const FbxTime& fbxStartFrame,
const FbxTime& fbxEndFrame,
Model* model,
int frameOffset);
static constexpr float BLENDER_AMBIENT_FROM_DIFFUSE_SCALE
static Model * read(const string &pathName, const string &fileName)
Reads FBX file.
static UpVector * getSceneUpVector(FbxScene *fbxScene)
Get scene up vector.
static Node * processSkeletonNode(FbxNode *fbxNode, Model *model, Node *parentNode, const string &pathName)
Process FBX skeleton node.
static constexpr float BLENDER_DIFFUSE_SCALE
static Node * processMeshNode(FbxNode *fbxNode, Model *model, Node *parentNode, const string &pathName)
Process FBX mesh node.
static STATIC_DLL_IMPEXT const Color4 BLENDER_AMBIENT_NONE
static void processNode(FbxNode *fbxNode, Model *model, Node *parentNode, const string &pathName)
Process FBX node.
static void setupModelScaleRotationMatrix(FbxScene *fbxScene, Model *model)
Set up model import scale maxtrix.
static void setupModelImportRotationMatrix(Model *model)
Set up model import rotation maxtrix.
static RotationOrder * getSceneRotationOrder(FbxScene *fbxScene)
Get scene rotation order.
static void processAnimation(FbxNode *fbxNode, const FbxTime &fbxStartFrame, const FbxTime &fbxEndFrame, Model *model, int frameOffset)
Process animation.
static void processScene(FbxScene *fbxScene, Model *model, const string &pathName)
Process FBX scene.
Representation of a 3d model.
Represents rotation orders of a model.
#define STATIC_DLL_IMPEXT