Initial project import
This commit is contained in:
3
node_modules/@react-three/drei/helpers/glsl/DefaultSpotlightShadowShadows.glsl.js
generated
vendored
Normal file
3
node_modules/@react-three/drei/helpers/glsl/DefaultSpotlightShadowShadows.glsl.js
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
var SpotlightShadowShader = "#define GLSLIFY 1\nvarying vec2 vUv;uniform sampler2D uShadowMap;uniform float uTime;void main(){vec3 color=texture2D(uShadowMap,vUv).xyz;gl_FragColor=vec4(color,1.);}"; // eslint-disable-line
|
||||
|
||||
export { SpotlightShadowShader as default };
|
||||
Reference in New Issue
Block a user