File size: 81 Bytes
6cd9596
 
 
 
 
 
 
1
2
3
4
5
6
7
8
export default /* glsl */`
#ifdef USE_FOG

	fogDepth = -mvPosition.z;

#endif
`;