Torque3D/Engine/source/shaderGen/HLSL
Areloch 6a3603c737 Overhauls the handling of probes to utilize an active probe list to improve performance and allow a greater total number of active probes in a scene.
Also fixes handling of metal materials during bakes to render properly, and fixes a possible double-up return in findObjectByType, which could cause doubling when getting probes in the scene
2020-10-19 00:53:09 -05:00
..
accuFeatureHLSL.cpp Removes Direct3D9 functionality. 2017-05-28 16:51:31 -05:00
accuFeatureHLSL.h cleaned up variant of https://github.com/GarageGames/Torque3D/pull/768 alterations: opengl support, in-shader bug-reporting, direction vector fit to material slider-bar. 2014-12-21 14:07:42 -06:00
bumpHLSL.cpp 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
bumpHLSL.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
customFeatureHLSL.cpp Merge branch 'ModernEditorLayoutWIP' of https://github.com/Areloch/Torque3D into development 2019-05-13 00:28:23 -05:00
customFeatureHLSL.h Merge branch 'ModernEditorLayoutWIP' of https://github.com/Areloch/Torque3D into development 2019-05-13 00:28:23 -05:00
debugVizFeatureHLSL.cpp Overhauls the handling of probes to utilize an active probe list to improve performance and allow a greater total number of active probes in a scene. 2020-10-19 00:53:09 -05:00
debugVizFeatureHLSL.h Added Forward Material debug viz for HLSL(so far) and integrated it back into editor flagging. 2019-11-21 00:48:55 -06:00
depthHLSL.cpp Removes Direct3D9 functionality. 2017-05-28 16:51:31 -05:00
depthHLSL.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
paraboloidHLSL.cpp Removes Direct3D9 functionality. 2017-05-28 16:51:31 -05:00
paraboloidHLSL.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
shaderCompHLSL.cpp Moves from using dStrCmp to the new String::compare static functions. Keeps things cleaner, consistent, and works with intellisense. 2020-10-03 14:37:55 +02:00
shaderCompHLSL.h Direct3D11 Engine/source changes 2016-03-20 21:52:11 +10:00
shaderFeatureHLSL.cpp Overhauls the handling of probes to utilize an active probe list to improve performance and allow a greater total number of active probes in a scene. 2020-10-19 00:53:09 -05:00
shaderFeatureHLSL.h Removed redundant 'load last edited level' startup mode to editor. 2019-11-20 01:39:12 -06:00
shaderGenHLSL.cpp Removes Direct3D9 functionality. 2017-05-28 16:51:31 -05:00
shaderGenHLSL.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
shaderGenHLSLInit.cpp shift pbrconfig to ORM 2020-09-30 13:51:12 -05:00