Skip to content

Commit

Permalink
GeometryBuilder: fix update of vertices.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimkulling committed Aug 25, 2016
1 parent 3fc3844 commit 243df45
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions code/ObjFileImporter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -52,7 +51,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <assimp/ai_assert.h>
#include <assimp/DefaultLogger.hpp>


static const aiImporterDesc desc = {
"Wavefront Object Importer",
"",
Expand Down
1 change: 0 additions & 1 deletion tools/assimp_view/assimp_view.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 243df45

Please sign in to comment.