From b597ebbe430289649978e1e218f0c355a7003d55 Mon Sep 17 00:00:00 2001 From: Alexander Gessler Date: Tue, 25 Jun 2013 16:39:40 +0200 Subject: [PATCH] Change spec of obj exporter. --- code/Exporter.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/Exporter.cpp b/code/Exporter.cpp index 7d0f0e895..3b2badab7 100644 --- a/code/Exporter.cpp +++ b/code/Exporter.cpp @@ -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