From cf639edb446b93b43ffd6669125cbb08ba9eeee5 Mon Sep 17 00:00:00 2001 From: acgessler Date: Wed, 2 Oct 2013 14:07:02 +0200 Subject: [PATCH] ObjExporter: request smooth normals. --- code/Exporter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/Exporter.cpp b/code/Exporter.cpp index 4e40a704a..074e01663 100644 --- a/code/Exporter.cpp +++ b/code/Exporter.cpp @@ -88,7 +88,7 @@ Exporter::ExportFormatEntry gExporters[] = #ifndef ASSIMP_BUILD_NO_OBJ_EXPORTER Exporter::ExportFormatEntry( "obj", "Wavefront OBJ format", "obj", &ExportSceneObj, - aiProcess_GenNormals /*| aiProcess_PreTransformVertices */), + aiProcess_GenSmoothNormals /*| aiProcess_PreTransformVertices */), #endif #ifndef ASSIMP_BUILD_NO_STL_EXPORTER