TDME2 1.9.121
Static Public Member Functions | Static Private Attributes | List of all members
ModelReader Class Referencefinal

Model reader class. More...

#include <tdme/engine/fileio/models/ModelReader.h>

Collaboration diagram for ModelReader:
Collaboration graph

Static Public Member Functions

static const vector< string > & getModelExtensions ()
 Get supported model extensions. More...
 
static Modelread (const string &pathName, const string &fileName)
 Reads a model. More...
 

Static Private Attributes

static STATIC_DLL_IMPEXT vector< string > extensions = {"dae", "glb", "tm"}
 

Detailed Description

Model reader class.

Author
Andreas Drewke
Version
$Id$

Definition at line 26 of file ModelReader.h.

Member Function Documentation

◆ getModelExtensions()

const vector< string > & getModelExtensions ( )
static

Get supported model extensions.

Definition at line 35 of file ModelReader.cpp.

◆ read()

Model * read ( const string &  pathName,
const string &  fileName 
)
static

Reads a model.

Parameters
pathNamepath name
fileNamefile name
Exceptions
tdme::engine::fileio::models::ModelFileIOException
tdme::os::filesystem::FileSystemException
Returns
texture data instance or null

Definition at line 39 of file ModelReader.cpp.

Member Data Documentation

◆ extensions

vector< string > extensions = {"dae", "glb", "tm"}
staticprivate

Definition at line 29 of file ModelReader.h.


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