Finished loading of MD2, MD3, MDL2, MDL3, MDL4, MDL5, MDL7, MDL. First WIP version of the SMD loader. Additionals checks added to the validation step.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@60 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
@@ -53,6 +53,7 @@ struct aiBoneAnim;
|
||||
struct aiTexture;
|
||||
struct aiMaterial;
|
||||
struct aiNode;
|
||||
struct aiString;
|
||||
|
||||
namespace Assimp
|
||||
{
|
||||
@@ -158,6 +159,12 @@ protected:
|
||||
*/
|
||||
void Validate( const aiNode* pNode);
|
||||
|
||||
// -------------------------------------------------------------------
|
||||
/** Validates a string
|
||||
* @param pString Input string
|
||||
*/
|
||||
void Validate( const aiString* pString);
|
||||
|
||||
private:
|
||||
|
||||
aiScene* mScene;
|
||||
|
||||
Reference in New Issue
Block a user