Torque3D/Engine/source/lighting
AzaezelX a05c83493e adress gl spotlights disapearing for deferred
It was mixing vars up between it and forward. resolved by prefixing the forward vars with "in" as the rest are, as well as pointing the val at the const String ShaderGenVars::lightSpotParams("$inlightSpotParams");
2021-10-21 22:08:56 -05:00
..
advanced * BugFix: Clear some MSVC compiler warnings. 2021-10-07 00:27:39 -04:00
basic * BugFix: Clear a lot of warnings and correct a few actual programming errors along the way. 2021-10-04 20:04:21 -04:00
common Converts all game, gui editor, and system classes to utilize assets 2021-07-19 01:07:08 -05:00
shadowMap adress gl spotlights disapearing for deferred 2021-10-21 22:08:56 -05:00
lightInfo.cpp Removed old fixed function code from GFX. 2021-01-05 12:57:17 +10:00
lightInfo.h Removed old fixed function code from GFX. 2021-01-05 12:57:17 +10: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 shifts spotlightparams to the actually used float2/vec2 entries (stops debug screaming every frame) 2019-11-07 23:18:14 -06: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