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