mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-23 13:25:36 +00:00
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:
parent
cf065ed536
commit
b2f615915e
2 changed files with 189 additions and 107 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue