MxEngine
Static Public Member Functions | List of all members
MxEngine::ObjectLoader Class Reference

#include <ObjectLoader.h>

Static Public Member Functions

static ObjectInfo Load (const MxString &path)
 
static MaterialLibrary LoadMaterials (const MxString &path)
 
static void DumpMaterials (const MaterialLibrary &materials, const MxString &path)
 

Detailed Description

object loader is a special class which loads any type of file with object data into MxEngine compatible format (i.e. ObjectInfo) it supports same file types as Assimp library does, as it is base on it. For more info check documentation: https://github.com/assimp/assimp


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