Torque3D/Engine/source/postFx
2018-04-20 20:27:09 +02:00
..
postEffect.cpp 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
postEffect.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
postEffectCommon.h Oculus VR DK2 Support 2015-05-06 23:09:51 +01:00
postEffectManager.cpp tAlgorythm fed namespace T3D for better library interoperability. resulted in the need to specify usage in... a few places. 2017-12-27 22:57:47 -06:00
postEffectManager.h Fix lens flare in side-by-side view 2016-09-11 22:42:42 +01:00
postEffectVis.cpp Eliminate ConsoleStaticMethod 2018-04-20 20:27:09 +02:00
postEffectVis.h Eliminate ConsoleStaticMethod 2018-04-20 20:27:09 +02:00