Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ruicheng
/
MoGe
like
55
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
239102c
MoGe
/
utils3d
/
numpy
/
shaders
/
vertex_attribute.fsh
Ruicheng
first commit
ec0c8fa
6 months ago
raw
Copy download link
history
blame
Safe
86 Bytes
#version 330
in
vecN v_attr;
out
vecN f_attr;
void
main
()
{
f_attr = v_attr;
}