Added MD5 (md5mesh works, md5anim has not yet been tested) and STL. new unittests, although not yet complete (material system, normals). Bugfixes (GFn and MDL7). Added HMP5 support. Rewrote MD2 and MD3 to be more stable.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@77 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
@@ -475,7 +475,7 @@ int CDisplay::AddTextureToDisplayList(unsigned int iType,
|
||||
|
||||
// find out whether this is the default texture or not
|
||||
|
||||
if (piTexture)
|
||||
if (piTexture && *piTexture)
|
||||
{
|
||||
// {9785DA94-1D96-426b-B3CB-BADC36347F5E}
|
||||
static const GUID guidPrivateData =
|
||||
|
||||
Reference in New Issue
Block a user