Torque3D/Engine/source/ts/collada
OTHGMars 27c5412768 Import settings persistence
Adds new settings to ColladaUtils::ImportSettings and TSShapeConstructor::ImportSettings for persistence. Shape will now be re-imported with the original settings if the source art is newer or the cached.dts file has been deleted.
Fixes material transparency blend mode assignment.
Adds implementation for override scale, material prefix and always/never import options.
Reads and applies metadata fields for scale and up axis from formats that provide it.
Eliminates the assimp.log file and redirects log messages to console.log. Verbose logging is enabled in debug builds.
2019-05-21 01:18:27 -04:00
..
colladaAppMaterial.cpp WIP of assimp integration. 2019-02-08 16:25:43 -06:00
colladaAppMaterial.h Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy 2017-06-23 11:36:20 -05:00
colladaAppMesh.cpp slimmed down shadowvar cleanups, plus removal of an unused membervar. 2018-04-02 03:06:58 -05:00
colladaAppMesh.h Updated paths for collada tdictionary.h 2015-12-13 03:33:39 +00:00
colladaAppNode.cpp clang: constructor initialization order 2016-10-14 18:16:55 -05:00
colladaAppNode.h Updated paths for collada tdictionary.h 2015-12-13 03:33:39 +00:00
colladaAppSequence.cpp Revert recent style cleanup changes. 2015-03-04 11:58:36 +11:00
colladaAppSequence.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
colladaExtensions.cpp Revert recent style cleanup changes. 2015-03-04 11:58:36 +11:00
colladaExtensions.h Revert recent style cleanup changes. 2015-03-04 11:58:36 +11:00
colladaImport.cpp Merge branch 'development' into EngineAPI-Refactor 2018-12-09 14:48:50 -06:00
colladaLights.cpp Eliminate DefineConsoleFunction 2018-04-17 20:54:08 +02:00
colladaShapeLoader.cpp Revert "collada/ts chain shadowvar and member var clenaups" 2018-04-02 03:01:52 -05:00
colladaShapeLoader.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
colladaUtils.cpp slimmed down shadowvar cleanups, plus removal of an unused membervar. 2018-04-02 03:06:58 -05:00
colladaUtils.h Import settings persistence 2019-05-21 01:18:27 -04:00