used the std function to write output file

This commit is contained in:
Paolo Cignoni cignoni 2009-10-02 20:11:11 +00:00
parent 01d5eecc9e
commit f2ca2efddb
2 changed files with 564 additions and 475 deletions

File diff suppressed because it is too large Load Diff

View File

@ -33,7 +33,7 @@ private:
QStringList templates;
bool delRibFiles;
int convertGeometry(RibFileStack* files, QTextStream &out, MeshModel &m, RichParameterSet &, QStringList* textureList);
int convertGeometry(RibFileStack* files, FILE* fout /*QTextStream &out*/, MeshModel &m, RichParameterSet &, QStringList* textureList);
QString getDirFromPath(QString* path);
QString getFileNameFromPath(QString* path, bool type = true);
};