mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-26 10:12:54 +08:00
Revert "make new specular settings functional"
This reverts commit 9b80b3ba97
.
This commit is contained in:
@ -371,15 +371,6 @@ uniform vec3 eyePosition;
|
||||
#define FORWARD_BACKGROUND_REFLECTION
|
||||
#define FORWARD_ROUGH_REFLECTION
|
||||
|
||||
#ifdef FORWARD_SPECULAR
|
||||
#endif
|
||||
#ifdef FORWARD_ENVIORNMENT_REFLECTION
|
||||
#endif
|
||||
#ifdef FORWARD_BACKGROUND_REFLECTION
|
||||
#endif
|
||||
#ifdef FORWARD_ROUGH_REFLECTION
|
||||
#endif
|
||||
|
||||
#include "/lib/specular.glsl"
|
||||
|
||||
//////////////////////////////VOID MAIN//////////////////////////////
|
||||
|
@ -220,15 +220,6 @@ vec2 decodeVec2(float a){
|
||||
#define DEFERRED_BACKGROUND_REFLECTION
|
||||
#define DEFERRED_ROUGH_REFLECTION
|
||||
|
||||
#ifdef DEFERRED_SPECULAR
|
||||
#endif
|
||||
#ifdef DEFERRED_ENVIORNMENT_REFLECTION
|
||||
#endif
|
||||
#ifdef DEFERRED_BACKGROUND_REFLECTION
|
||||
#endif
|
||||
#ifdef DEFERRED_ROUGH_REFLECTION
|
||||
#endif
|
||||
|
||||
#include "/lib/specular.glsl"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user