Added AC-loader, WIP version. PLY loader is now able to load models from blender, test model added. Refactoring. Added FindInvalidData step. Added support for precompiled headers, the release builds in VC8 are configued to use PCH now. Added separate makefile for mingw, no -FPic warning anymore, -clear works now. git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@176 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
19 lines
394 B
C++
19 lines
394 B
C++
|
|
|
|
|
|
// this is a dummy - it is used to generate the precompiled header file.
|
|
|
|
#include "AssimpPCH.h"
|
|
|
|
|
|
|
|
|
|
static const char* LEGAL_INFORMATION =
|
|
|
|
"Open Asset Import Library (ASSIMP).\n\n"
|
|
|
|
"Licensed under a modified BSD license (http://assimp.sourceforge.net/main_license.html)\n"
|
|
"(c) ASSIMP Development Team, 2008\n"
|
|
"Hosted at SourceForge, http://assimp.sourceforge.net\n"
|
|
;
|