remove old colladamax format, fixed up bad coordinates, added new collada format, valid against the COLLADA 1.4.1 schema, added to load textures and UVs.

This commit is contained in:
Johxz 2016-11-26 14:13:54 -06:00
parent cf065ed536
commit b2f615915e
2 changed files with 189 additions and 107 deletions

View file

@ -44,7 +44,7 @@
#define TORQUE_GAME_ENGINE 3630
/// Human readable engine version string.
#define TORQUE_GAME_ENGINE_VERSION_STRING "3.6.3"
#define TORQUE_GAME_ENGINE_VERSION_STRING "3.10.0"
/// Gets the engine version number. The version number is specified as a global in version.cc
U32 getVersionNumber();