Logo
Explore Help
Sign In
Backups/Bliss-Shader
1
0
Fork 0
You've already forked Bliss-Shader
mirror of https://github.com/X0nk/Bliss-Shader.git synced 2025-06-21 00:07:50 +08:00
Code Issues Packages Projects Releases Wiki Activity
Bliss-Shader/shaders/lib/voxel_common.glsl

11 lines
247 B
Plaintext
Raw Normal View History

LOTS of fixes, changes, improvements. changes made is bloated because of a skill issue. FIXED AND IMPROVED translucent rendering. FIXED random stuff from rendering over the hand. FIXED hand shading. FIXED blue horses. FIXED translucent lighting on the hand. FIXED translucent lighting on entities. IMPROVED colored shadows. IMPROVED SSAO application to the scene. IMPROVED subsurface scattering and give it more settings. IMPROVED bloom. ADD AgX tonemap and make it default.
2024-05-04 21:08:24 -04:00
#ifdef RENDER_SHADOW
layout(r16ui) uniform uimage3D imgVoxelMask;
#else
layout(r16ui) uniform readonly uimage3D imgVoxelMask;
#endif
const uint VoxelSize = uint(exp2(LPV_SIZE));
const uvec3 VoxelSize3 = uvec3(VoxelSize);
#define BLOCK_EMPTY 0
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.4 Page: 43ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API