gzdoom/wadsrc/static/shaders/glsl
dileepvr 95b264bdb6
Isometric Mode and Robin (#2618)
* Feature-complete isometric mode fork.

* Dithered transparency condition tweaks.

* Dithered transparency for non-corpse monsters only (and missiles).

* SpectatorCamera vertical shift.

* Including math.h in hw_sprites.cpp to keep visual studio happy (it couldn't find M_SQRT2 definition).

* Defining MY_SQRT2 in hw_sprites.cpp to keep visual studio happy (it couldn't find M_SQRT2 definition).

* Defining MY_SQRT2 in r_utility.cpp also to keep visual studio happy.

* retrigger checks

* Have correct sprite angle-frame face the camera with orthographic projection enabled.

* Dithered Transparency now works properly on 3D floors. Moved that dither-trans flag setting code within hw_bsp.cpp to handle double-processing of linedefs. Added helper functions to FRenderViewpoint class 'bool IsOrtho()' and 'bool IsAllowedOoB()' to clean up checks everywhere in the code.

* Fixed indents. Added bbox property to subsector struct and use it instead of BSP nodes and Clippers (creating a bbox around viewpoint and checking for overlap) in orthographic mode when no fog of war is active. Turns out to be much faster. Though you need really big maps (Winter's Fury MAP01) to see a difference in fps.

* Non-linux checks don't like uint. Changed to unsigned int.

* Small change of a float to camera.zs. Ignore for testing. Should make no difference.

* Update actor.h to remain mergeable

RF2_NOMIPMAP was introduced, so I had to displace RF_ISOMETRICSPRITES to next bit.
2024-08-11 10:04:40 -04:00
..
burn.fp - tab cleanup in shader code. 2023-01-15 08:54:54 +01:00
fogboundary.fp - tab cleanup in shader code. 2023-01-15 08:54:54 +01:00
func_defaultlight.fp - major shader rework 2020-04-19 10:57:43 +02:00
func_defaultmat.fp - major shader rework 2020-04-19 10:57:43 +02:00
func_defaultmat2.fp - major shader rework 2020-04-19 10:57:43 +02:00
func_normal.fp - major shader rework 2020-04-19 10:57:43 +02:00
func_notexture.fp shader rework 2014-05-12 14:45:41 +02:00
func_paletted.fp - added palette shader and fixed a few things. 2018-04-07 12:17:23 +02:00
func_pbr.fp - major shader rework 2020-04-19 10:57:43 +02:00
func_spec.fp - major shader rework 2020-04-19 10:57:43 +02:00
func_warp1.fp - major shader rework 2020-04-19 10:57:43 +02:00
func_warp2.fp - major shader rework 2020-04-19 10:57:43 +02:00
func_warp3.fp - major shader rework 2020-04-19 10:57:43 +02:00
func_wavex.fp - major shader rework 2020-04-19 10:57:43 +02:00
fuzz_jagged.fp - generate uniform declarations from c++ 2018-02-09 23:29:31 +01:00
fuzz_noise.fp - generate uniform declarations from c++ 2018-02-09 23:29:31 +01:00
fuzz_smooth.fp - tab cleanup in shader code. 2023-01-15 08:54:54 +01:00
fuzz_smoothnoise.fp - generate uniform declarations from c++ 2018-02-09 23:29:31 +01:00
fuzz_smoothtranslucent.fp - generate uniform declarations from c++ 2018-02-09 23:29:31 +01:00
fuzz_software.fp Merge branch 'gzdoom' into materials 2018-02-10 00:08:17 +01:00
fuzz_standard.fp - tab cleanup in shader code. 2023-01-15 08:54:54 +01:00
fuzz_swirly.fp - tab cleanup in shader code. 2023-01-15 08:54:54 +01:00
main.fp Isometric Mode and Robin (#2618) 2024-08-11 10:04:40 -04:00
main.vp - set lightblendmode to 0 when setting up a 2D viewpoint. 2023-01-15 09:21:01 +01:00
material_nolight.fp - rewrite the user shader support for materials - new syntax is to create a 'Material ProcessMaterial()' function 2018-07-15 23:01:40 +02:00
material_normal.fp - tab cleanup in shader code. 2023-01-15 08:54:54 +01:00
material_pbr.fp - tab cleanup in shader code. 2023-01-15 08:54:54 +01:00
material_specular.fp Fix Specular not using Material definition for Glossiness and Level 2024-08-08 07:23:00 -04:00
stencil.fp - fix some vulkan warnings 2019-05-13 21:15:10 +02:00