make handheld lights work on particles and translucents. make lit particle brightness work again. exclude hand from bloom. extend bloom mulitplier slider.

This commit is contained in:
Xonk
2023-10-30 16:07:38 -04:00
parent 6fdc95dff4
commit 8f5111d82d
15 changed files with 135 additions and 47 deletions

View File

@ -2,6 +2,7 @@
uniform sampler2D colortex4;
uniform sampler2D depthtex1;
uniform sampler2D depthtex2;
uniform float near;
uniform float far;