Torque3D/Engine/source/lighting/advanced
AzaezelX 593d0ef9f0 lighting corrections:
1) fix spotlight shadow casting. we weren't properly accounting for reversedepthbuffer there
2) fix mismatched variables in forward lit spotlight param array
3) use disney diffuse in the generalized brdf, and apply it for spotlights after angular attenuation, not before
4) .provide a generailze luxTargMultiplier approach for spot and point lights (as well as future growth areas) so that range, angle ect can impact the brightness variable sent to a given light source shader without perpixel overhead
5) for spotlightParams in particular, use sizeof(point4f) for the alignedarray untill that's properly reviewed/revised
6) narrow attenuation slightly based on a given lights dot product to prevent tool vs outcome leakage, plus provide safeties for when a given spotslight's inner and outter angles match identially
2023-11-18 19:05:12 -06:00
..
glsl uninitialized and unused value cleanups 2023-05-01 10:40:02 -05:00
hlsl uninitialized and unused value cleanups 2023-05-01 10:40:02 -05:00
advancedLightBinManager.cpp lighting corrections: 2023-11-18 19:05:12 -06:00
advancedLightBinManager.h * BugFix: Clear a lot of warnings and correct a few actual programming errors along the way. 2021-10-04 20:04:21 -04:00
advancedLightBufferConditioner.cpp Add OpenGL support. 2014-11-08 20:21:50 +01:00
advancedLightBufferConditioner.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
advancedLightingFeatures.cpp strip out unused pixspecular to cut down on sources of confusion 2019-05-05 20:10:14 -05:00
advancedLightingFeatures.h Goes and replaces the references/names that use Prepass to be Deferred, since we're actually using deferred. 2017-04-11 00:23:14 -05:00
advancedLightManager.cpp revert b5d1d1a02c 2023-11-14 12:09:32 -06:00
advancedLightManager.h work towards getting the materiallist generated by things like preload to spit out most if not all to-be-used variants for a given used material. ostensibly add reflection and deferred variants. will take a bit more doing to cook up mats for all the shadow variants, since it looks like that ends is more light-type based for some oddball reason (think i'm probably be misreading that end, since mats there should really just be as simnple as an occludes-or-doesn't based on alphatesting case with very few variations on that theme indeed...) 2019-12-20 23:27:44 -06:00