closes https://github.com/assimp/assimp/issues/1721: set camera parameters instead of nonsense.

This commit is contained in:
Kim Kulling
2018-01-24 21:20:34 +01:00
parent b43923a759
commit 0b15d5cd46
6 changed files with 41 additions and 55 deletions

View File

@@ -76,13 +76,11 @@ Token::Token(const char* sbegin, const char* send, TokenType type, unsigned int
ai_assert(static_cast<size_t>(send-sbegin) > 0);
}
// ------------------------------------------------------------------------------------------------
Token::~Token()
{
}
namespace {
// ------------------------------------------------------------------------------------------------