parent
4f972661e8
commit
4b6e49ca7b
|
@ -55,7 +55,6 @@ struct zip_t;
|
||||||
namespace Assimp {
|
namespace Assimp {
|
||||||
|
|
||||||
class IOStream;
|
class IOStream;
|
||||||
class IOSystem;
|
|
||||||
|
|
||||||
namespace D3MF {
|
namespace D3MF {
|
||||||
|
|
||||||
|
@ -65,7 +64,7 @@ struct OpcPackageRelationship;
|
||||||
|
|
||||||
class D3MFExporter {
|
class D3MFExporter {
|
||||||
public:
|
public:
|
||||||
D3MFExporter( const char* pFile, IOSystem* pIOSystem, const aiScene* pScene );
|
D3MFExporter( const char* pFile, const aiScene* pScene );
|
||||||
~D3MFExporter();
|
~D3MFExporter();
|
||||||
bool validate();
|
bool validate();
|
||||||
bool exportArchive( const char *file );
|
bool exportArchive( const char *file );
|
||||||
|
@ -83,7 +82,6 @@ protected:
|
||||||
void writeRelInfoToFile( const std::string &folder, const std::string &relName );
|
void writeRelInfoToFile( const std::string &folder, const std::string &relName );
|
||||||
|
|
||||||
private:
|
private:
|
||||||
IOSystem *mIOSystem;
|
|
||||||
std::string mArchiveName;
|
std::string mArchiveName;
|
||||||
zip_t *m_zipArchive;
|
zip_t *m_zipArchive;
|
||||||
const aiScene *mScene;
|
const aiScene *mScene;
|
||||||
|
|
Loading…
Reference in New Issue