瀏覽代碼

Merge branch 'master' of github.com:assimp/assimp into fixes

Alexander Gessler 12 年之前
父節點
當前提交
561260384c
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      code/Exporter.cpp

+ 2 - 1
code/Exporter.cpp

@@ -85,7 +85,8 @@ Exporter::ExportFormatEntry gExporters[] =
 #endif
 #endif
 
 
 #ifndef ASSIMP_BUILD_NO_OBJ_EXPORTER
 #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
 #endif
 
 
 #ifndef ASSIMP_BUILD_NO_STL_EXPORTER
 #ifndef ASSIMP_BUILD_NO_STL_EXPORTER