Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
k-l-lambda
/
starry
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
starry
/
backend
/
libs
/
three
/
renderers
/
shaders
/
ShaderChunk
/
fog_pars_vertex.glsl.js
k-l-lambda
feat: add Python ML services (CPU mode) with model download
2b7aae2
2 months ago
raw
Copy download link
history
blame
contribute
delete
81 Bytes
export
default
/* glsl */
`
#ifdef USE_FOG
varying float vFogDepth;
#endif
`
;