We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8268143 commit c9e873dCopy full SHA for c9e873d
packages/dev/core/src/Shaders/screenSpaceReflection2.fragment.fx
@@ -18,7 +18,7 @@ uniform sampler2D depthSampler;
18
#endif
19
#ifdef SSR_USE_ENVIRONMENT_CUBE
20
uniform samplerCube envCubeSampler;
21
- #ifdef USE_LOCAL_REFLECTIONMAP_CUBIC
+ #ifdef SSR_USE_LOCAL_REFLECTIONMAP_CUBIC
22
uniform vec3 vReflectionPosition;
23
uniform vec3 vReflectionSize;
24
0 commit comments