- 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

@@ -76,6 +76,7 @@ void get_bounding_box_for_node (const struct aiNode* nd,
}
// ----------------------------------------------------------------------------
void get_bounding_box (struct aiVector3D* min, struct aiVector3D* max)
{
struct aiMatrix4x4 trafo;
@@ -96,6 +97,8 @@ void color4_to_float4(const struct aiColor4D *c, float f[4])
f[3] = c->a;
}
// ----------------------------------------------------------------------------
void set_float4(float f[4], float a, float b, float c, float d)
{
f[0] = a;