fixes in rendering
This commit is contained in:
15
examples/Importers/ImportMeshUtility/b3ImportMeshUtility.h
Normal file
15
examples/Importers/ImportMeshUtility/b3ImportMeshUtility.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef B3_IMPORT_MESH_UTILITY_H
|
||||
#define B3_IMPORT_MESH_UTILIY_H
|
||||
|
||||
#include <string>
|
||||
|
||||
class b3ImportMeshUtility
|
||||
{
|
||||
public:
|
||||
static int loadAndRegisterMeshFromFile(const std::string& fileName, class CommonRenderInterface* renderer);
|
||||
|
||||
};
|
||||
|
||||
|
||||
#endif //B3_IMPORT_MESH_UTILITY_H
|
||||
|
||||
Reference in New Issue
Block a user