- UPDATE : Add bugfixes for the correct topology import from a bsp-level.

- UPDATE : Add the first pk3-archive for the bsp-loader.
- UPDATE : Add missing license info to aiAssert-file.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@818 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
kimmi
2010-09-26 15:56:52 +00:00
parent bbca6ce865
commit d4f563c795
8 changed files with 209 additions and 82 deletions

View File

@@ -250,7 +250,6 @@ void Q3BSPFileParser::getLightMaps()
sQ3BSPLightmap *pLightmap = new sQ3BSPLightmap;
memcpy( pLightmap, &m_Data[ Offset ], sizeof( sQ3BSPLightmap ) );
Offset += sizeof( sQ3BSPLightmap );
//ChangeGamma( (unsigned char*) &pLightmap->bLMapData[ 0 ], sizeof( sQ3BSPLightmap ), 3.0f);
m_pModel->m_Lightmaps[ idx ] = pLightmap;
}
}