├── LICENSE ├── Shaders ├── MartysMods │ ├── mmx_bxdf.fxh │ ├── mmx_camera.fxh │ ├── mmx_colorspaces.fxh │ ├── mmx_debug.fxh │ ├── mmx_deferred.fxh │ ├── mmx_depth.fxh │ ├── mmx_fft.fxh │ ├── mmx_global.fxh │ ├── mmx_harmonics.fxh │ ├── mmx_hash.fxh │ ├── mmx_input.fxh │ ├── mmx_math.fxh │ ├── mmx_qmc.fxh │ ├── mmx_sfc.fxh │ └── mmx_texture.fxh ├── MartysMods_CHROMATICABERRATION.fx ├── MartysMods_FILMGRAIN.fx ├── MartysMods_FLOYDSTEINBERG.fx ├── MartysMods_HALFTONE.fx ├── MartysMods_LOCALLAPLACIAN.fx ├── MartysMods_LONGEXPOSURE.fx ├── MartysMods_NVSHARPEN.fx ├── MartysMods_SCENEWEAVER.fx └── MartysMods_TODDYHANCER.fx └── Textures └── ca_lut_new.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martymcmodding/METEOR/HEAD/LICENSE -------------------------------------------------------------------------------- /Shaders/MartysMods/mmx_bxdf.fxh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martymcmodding/METEOR/HEAD/Shaders/MartysMods/mmx_bxdf.fxh -------------------------------------------------------------------------------- /Shaders/MartysMods/mmx_camera.fxh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martymcmodding/METEOR/HEAD/Shaders/MartysMods/mmx_camera.fxh -------------------------------------------------------------------------------- /Shaders/MartysMods/mmx_colorspaces.fxh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martymcmodding/METEOR/HEAD/Shaders/MartysMods/mmx_colorspaces.fxh -------------------------------------------------------------------------------- /Shaders/MartysMods/mmx_debug.fxh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martymcmodding/METEOR/HEAD/Shaders/MartysMods/mmx_debug.fxh -------------------------------------------------------------------------------- /Shaders/MartysMods/mmx_deferred.fxh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martymcmodding/METEOR/HEAD/Shaders/MartysMods/mmx_deferred.fxh -------------------------------------------------------------------------------- /Shaders/MartysMods/mmx_depth.fxh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martymcmodding/METEOR/HEAD/Shaders/MartysMods/mmx_depth.fxh -------------------------------------------------------------------------------- /Shaders/MartysMods/mmx_fft.fxh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martymcmodding/METEOR/HEAD/Shaders/MartysMods/mmx_fft.fxh -------------------------------------------------------------------------------- /Shaders/MartysMods/mmx_global.fxh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martymcmodding/METEOR/HEAD/Shaders/MartysMods/mmx_global.fxh -------------------------------------------------------------------------------- /Shaders/MartysMods/mmx_harmonics.fxh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martymcmodding/METEOR/HEAD/Shaders/MartysMods/mmx_harmonics.fxh -------------------------------------------------------------------------------- /Shaders/MartysMods/mmx_hash.fxh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martymcmodding/METEOR/HEAD/Shaders/MartysMods/mmx_hash.fxh -------------------------------------------------------------------------------- /Shaders/MartysMods/mmx_input.fxh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martymcmodding/METEOR/HEAD/Shaders/MartysMods/mmx_input.fxh -------------------------------------------------------------------------------- /Shaders/MartysMods/mmx_math.fxh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martymcmodding/METEOR/HEAD/Shaders/MartysMods/mmx_math.fxh -------------------------------------------------------------------------------- /Shaders/MartysMods/mmx_qmc.fxh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martymcmodding/METEOR/HEAD/Shaders/MartysMods/mmx_qmc.fxh -------------------------------------------------------------------------------- /Shaders/MartysMods/mmx_sfc.fxh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martymcmodding/METEOR/HEAD/Shaders/MartysMods/mmx_sfc.fxh -------------------------------------------------------------------------------- /Shaders/MartysMods/mmx_texture.fxh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martymcmodding/METEOR/HEAD/Shaders/MartysMods/mmx_texture.fxh -------------------------------------------------------------------------------- /Shaders/MartysMods_CHROMATICABERRATION.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martymcmodding/METEOR/HEAD/Shaders/MartysMods_CHROMATICABERRATION.fx -------------------------------------------------------------------------------- /Shaders/MartysMods_FILMGRAIN.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martymcmodding/METEOR/HEAD/Shaders/MartysMods_FILMGRAIN.fx -------------------------------------------------------------------------------- /Shaders/MartysMods_FLOYDSTEINBERG.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martymcmodding/METEOR/HEAD/Shaders/MartysMods_FLOYDSTEINBERG.fx -------------------------------------------------------------------------------- /Shaders/MartysMods_HALFTONE.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martymcmodding/METEOR/HEAD/Shaders/MartysMods_HALFTONE.fx -------------------------------------------------------------------------------- /Shaders/MartysMods_LOCALLAPLACIAN.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martymcmodding/METEOR/HEAD/Shaders/MartysMods_LOCALLAPLACIAN.fx -------------------------------------------------------------------------------- /Shaders/MartysMods_LONGEXPOSURE.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martymcmodding/METEOR/HEAD/Shaders/MartysMods_LONGEXPOSURE.fx -------------------------------------------------------------------------------- /Shaders/MartysMods_NVSHARPEN.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martymcmodding/METEOR/HEAD/Shaders/MartysMods_NVSHARPEN.fx -------------------------------------------------------------------------------- /Shaders/MartysMods_SCENEWEAVER.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martymcmodding/METEOR/HEAD/Shaders/MartysMods_SCENEWEAVER.fx -------------------------------------------------------------------------------- /Shaders/MartysMods_TODDYHANCER.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martymcmodding/METEOR/HEAD/Shaders/MartysMods_TODDYHANCER.fx -------------------------------------------------------------------------------- /Textures/ca_lut_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martymcmodding/METEOR/HEAD/Textures/ca_lut_new.png --------------------------------------------------------------------------------