Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
banana-projects
/
web3d
like
4
Running
App
Files
Files
Community
1
6cd9596
web3d
/
node_modules
/
three
/
src
/
renderers
/
shaders
/
ShaderChunk
/
default_fragment.glsl.js
julien-c
HF staff
do not gitignore the builds
6cd9596
almost 2 years ago
raw
Copy download link
history
blame
Safe
90 Bytes
export
default
/* glsl */
`
void main() {
gl_FragColor = vec4( 1.0, 0.0, 0.0, 1.0 );
}
`
;