Change spec of obj exporter.

pull/60/head
Alexander Gessler 2013-06-25 16:39:40 +02:00
parent ca8f923a8b
commit b597ebbe43
1 changed files with 2 additions and 1 deletions

View File

@ -85,7 +85,8 @@ Exporter::ExportFormatEntry gExporters[] =
#endif
#ifndef ASSIMP_BUILD_NO_OBJ_EXPORTER
Exporter::ExportFormatEntry( "obj", "Wavefront OBJ format", "obj", &ExportSceneObj),
Exporter::ExportFormatEntry( "obj", "Wavefront OBJ format", "obj", &ExportSceneObj,
aiProcess_GenNormals | aiProcess_PreTransformVertices),
#endif
#ifndef ASSIMP_BUILD_NO_STL_EXPORTER