- UPDATE : Add first version of bsp-loader with assimp-internal texture support.
- UPDATE : Actualize docu. git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@835 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
@@ -47,6 +47,9 @@ namespace Assimp
|
||||
namespace Q3BSP
|
||||
{
|
||||
|
||||
static const unsigned int CE_BSP_LIGHTMAPWIDTH = 128;
|
||||
static const unsigned int CE_BSP_LIGHTMAPHEIGHT = 128;
|
||||
|
||||
static const unsigned int CE_BSP_LIGHTMAPSIZE = 128*128*3; ///< = 128( width ) * 128 ( height ) * 3 ( channels / RGB ).
|
||||
static const int VERION_Q3LEVEL = 46; ///< Supported version.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user