Torque3D/Engine/source/lighting
Areloch 01f562b9e5 Added check for when getting the Detail feature's output, to validate if we have the foliage feature, which was causing a stomp on the required float4 texCoord for the foliage featuer to work right
Temporarily disabled wsNormal addition when we have no defined normal map until it's finished being integrated
Fixed the structure for the lighting/probe shadergen logic in GL so it generates correctly, resolving a crash on unix machines.
2019-10-03 23:46:53 -05:00
..
advanced Added check for when getting the Detail feature's output, to validate if we have the foliage feature, which was causing a stomp on the required float4 texCoord for the foliage featuer to work right 2019-10-03 23:46:53 -05:00
basic Add vector light support to forward materials. 2019-07-22 00:16:58 -05:00
common cleaned up member::radius 2018-03-13 15:31:00 -05:00
shadowMap Merge branch 'alpha40DynShadowRefreshRedux' of https://github.com/Azaezel/Torque3D into Preview4_0 2019-09-29 06:51:04 -05:00
lightInfo.cpp Reordering initialization methods #1912 2017-04-19 14:02:45 -04:00
lightInfo.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
lightingInterfaces.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
lightingInterfaces.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
lightManager.cpp Add vector light support to forward materials. 2019-07-22 00:16:58 -05:00
lightManager.h Add vector light support to forward materials. 2019-07-22 00:16:58 -05:00
lightQuery.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
lightQuery.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
shadowManager.cpp Eliminate DefineConsoleFunction 2018-04-17 20:54:08 +02:00
shadowManager.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00