Torque3D/Engine/source/lighting
marauder2k7 80bd8f8117 some enchancements for shadowmapping
new /= operator in point4f
_calcClipSpaceAABB in pssm no longer uses radius just transform points into light space and do min max
_roundProjection matrix also optimized.
2024-12-09 17:54:48 +00:00
..
advanced remove glowbin as it's own render pass 2024-05-30 17:29:42 -05:00
basic rest of virtuals removed 2024-03-18 18:40:22 +00:00
common rest of virtuals removed 2024-03-18 18:40:22 +00:00
shadowMap some enchancements for shadowmapping 2024-12-09 17:54:48 +00: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 lighting corrections: 2023-11-18 19:05:12 -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