parent
c2eea6da26
commit
7e3f00d034
10 changed files with 107 additions and 14 deletions
@ -0,0 +1,20 @@ |
|||||||
|
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
// OpenGL Mathematics Copyright (c) 2005 - 2012 G-Truc Creation (www.g-truc.net)
|
||||||
|
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
// Created : 2012-09-19
|
||||||
|
// Updated : 2012-09-19
|
||||||
|
// Licence : This source is under MIT licence
|
||||||
|
// File : test/gtc/constants.cpp
|
||||||
|
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
#include <glm/glm.hpp> |
||||||
|
#include <glm/gtc/constants.hpp> |
||||||
|
|
||||||
|
int main() |
||||||
|
{ |
||||||
|
int Error(0); |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
return Error; |
||||||
|
} |
@ -0,0 +1,22 @@ |
|||||||
|
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
// OpenGL Mathematics Copyright (c) 2005 - 2012 G-Truc Creation (www.g-truc.net)
|
||||||
|
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
// Created : 2012-09-19
|
||||||
|
// Updated : 2012-09-19
|
||||||
|
// Licence : This source is under MIT licence
|
||||||
|
// File : test/gtc/epsilon.cpp
|
||||||
|
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
#include <glm/glm.hpp> |
||||||
|
#include <glm/gtc/epsilon.hpp> |
||||||
|
|
||||||
|
int main() |
||||||
|
{ |
||||||
|
int Error(0); |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
return Error; |
||||||
|
} |
||||||
|
|
||||||
|
|
@ -0,0 +1,22 @@ |
|||||||
|
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
// OpenGL Mathematics Copyright (c) 2005 - 2012 G-Truc Creation (www.g-truc.net)
|
||||||
|
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
// Created : 2012-09-19
|
||||||
|
// Updated : 2012-09-19
|
||||||
|
// Licence : This source is under MIT licence
|
||||||
|
// File : test/gtc/reciprocal.cpp
|
||||||
|
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
#include <glm/glm.hpp> |
||||||
|
#include <glm/gtc/reciprocal.hpp> |
||||||
|
|
||||||
|
int main() |
||||||
|
{ |
||||||
|
int Error(0); |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
return Error; |
||||||
|
} |
||||||
|
|
||||||
|
|
@ -0,0 +1,22 @@ |
|||||||
|
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
// OpenGL Mathematics Copyright (c) 2005 - 2012 G-Truc Creation (www.g-truc.net)
|
||||||
|
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
// Created : 2012-09-19
|
||||||
|
// Updated : 2012-09-19
|
||||||
|
// Licence : This source is under MIT licence
|
||||||
|
// File : test/gtx/matrix_interpolation.cpp
|
||||||
|
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
#include <glm/glm.hpp> |
||||||
|
#include <glm/gtx/matrix_interpolation.hpp> |
||||||
|
|
||||||
|
int main() |
||||||
|
{ |
||||||
|
int Error(0); |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
return Error; |
||||||
|
} |
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue