From 243df452a4397b44aa2f20186ecd70534f234ae8 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Thu, 25 Aug 2016 18:20:52 +0200 Subject: [PATCH] GeometryBuilder: fix update of vertices. --- code/ObjFileImporter.cpp | 2 -- tools/assimp_view/assimp_view.cpp | 1 - 2 files changed, 3 deletions(-) diff --git a/code/ObjFileImporter.cpp b/code/ObjFileImporter.cpp index 082709dc7..2d6c859bf 100644 --- a/code/ObjFileImporter.cpp +++ b/code/ObjFileImporter.cpp @@ -39,7 +39,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------------- */ - #ifndef ASSIMP_BUILD_NO_OBJ_IMPORTER #include "DefaultIOSystem.h" @@ -52,7 +51,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include #include - static const aiImporterDesc desc = { "Wavefront Object Importer", "", diff --git a/tools/assimp_view/assimp_view.cpp b/tools/assimp_view/assimp_view.cpp index ddf4b0b89..811fe47e7 100644 --- a/tools/assimp_view/assimp_view.cpp +++ b/tools/assimp_view/assimp_view.cpp @@ -160,7 +160,6 @@ DWORD WINAPI LoadThreadProc(LPVOID lpParameter) // Call ASSIMPs C-API to load the file g_pcAsset->pcScene = (aiScene*)aiImportFileExWithProperties(g_szFileName, - ppsteps | /* configurable pp steps */ aiProcess_GenSmoothNormals | // generate smooth normal vectors if not existing aiProcess_SplitLargeMeshes | // split large, unrenderable meshes into submeshes