Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
ashawkey
/
LGM
like
298
Running
on
Zero
App
Files
Files
Community
6
57322e1
LGM
/
diff-gaussian-rasterization
/
third_party
/
glm
/
test
/
gtx
/
gtx_extend.cpp
ashawkey
add glm
a93901d
9 months ago
raw
Copy download link
history
blame
Safe
109 Bytes
#
define
GLM_ENABLE_EXPERIMENTAL
#
include
<glm/gtx/extend.hpp>
int
main
()
{
int
Error
(
0
)
;
return
Error;
}