Sliced quaternions into multiple extensions
This commit is contained in:
10
test/ext/ext_matrix_transform.cpp
Normal file
10
test/ext/ext_matrix_transform.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include <glm/ext/matrix_relational.hpp>
|
||||
//#include <glm/ext/matrix_transform.hpp>
|
||||
|
||||
int main()
|
||||
{
|
||||
int Error = 0;
|
||||
|
||||
|
||||
return Error;
|
||||
}
|
||||
Reference in New Issue
Block a user