Torque3D/Engine/source/lighting/advanced/glsl
2019-11-05 06:22:04 -06:00
..
advancedLightingFeaturesGLSL.cpp backend specularMap to PBRConfigMap alts. 2019-10-16 15:51:02 -05:00
advancedLightingFeaturesGLSL.h more conversionwork from specular entries to pbrconfig ones, adds backend glowmul and glowmap var tracking, as well as pbrconfigmap composite slip-in for the glowmap (sans shaderfeatures just yet). seems to have busted forward lit application though... 2019-10-22 15:11:39 -05:00
deferredShadingFeaturesGLSL.cpp "ShaderFeatureGLSL::getInTexCoord - Type mismatch!" bit turned out to be a simple typofix 2019-11-05 06:22:04 -06:00
deferredShadingFeaturesGLSL.h glowmap gl port rev1: debug yells about "ShaderFeatureGLSL::getInTexCoord - Type mismatch!", so will need to hunt that down before calling it final, but otherwise, functions. 2019-11-04 00:40:09 -06:00
gBufferConditionerGLSL.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
gBufferConditionerGLSL.h Update GLSL Shadergen. Not used on DX9. 2014-04-17 18:39:13 +02:00