Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ashawkey
/
LGM
like
322
Running
on
Zero
App
Files
Files
Community
6
Fetching metadata from the HF Docker repository...
refs/pr/5
LGM
/
diff-gaussian-rasterization
/
third_party
/
glm
/
test
/
ext
/
ext_matrix_projection.cpp
ashawkey
add glm
a93901d
about 1 year ago
raw
Copy download link
history
blame
Safe
284 Bytes
#
include
<glm/ext/matrix_relational.hpp>
#
include
<glm/ext/matrix_projection.hpp>
#
include
<glm/ext/matrix_float4x4.hpp>
#
include
<glm/ext/vector_relational.hpp>
#
include
<glm/ext/vector_float4.hpp>
#
include
<glm/ext/vector_float3.hpp>
int
main
()
{
int
Error =
0
;
return
Error;
}