glm/test/gtx/gtx_matrix_interpolation.cpp

12 lines
125 B
C++
Raw Normal View History

2016-11-12 13:19:22 +00:00
#define GLM_ENABLE_EXPERIMENTAL
2012-09-19 13:34:23 +00:00
#include <glm/gtx/matrix_interpolation.hpp>
int main()
{
int Error(0);
return Error;
}