We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da5b763 commit 319f4ddCopy full SHA for 319f4dd
docs/js/pxlRooms/OutletEnvironment/Shaders/envGroundShaders.js
@@ -186,7 +186,7 @@ export function envGroundFrag( pointLightCount ){
186
// Masking the fire pit since there is too much variation in normals
187
188
//vec2 subUv = fract( pos.xz + baseDirtNoise );
189
- vec2 subUv = vec2( pos.x*.2 + pos.z*.2325 );
+ vec2 subUv = pos.xz;
190
191
// Read world-uv'ed textures
192
vec3 crackDirtCd = texture2D( crackedDirtDiffuse, subUv ).rgb ;
0 commit comments