Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
k-l-lambda
/
starry
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
starry
/
backend
/
libs
/
three
/
renderers
/
shaders
/
ShaderChunk
/
fog_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
84 Bytes
export
default
/* glsl */
`
#ifdef USE_FOG
vFogDepth = - mvPosition.z;
#endif
`
;