Promoted GTX_epsilon, GTX_ulp, fixed build, removed deprecation warning at build time
This commit is contained in:
@@ -11,8 +11,7 @@
|
||||
//#include <boost/date_time/posix_time/posix_time.hpp>
|
||||
//#include <boost/thread/thread.hpp>
|
||||
#include <glm/glm.hpp>
|
||||
#include <glm/ext.hpp>
|
||||
#include <glm/gtx/epsilon.hpp>
|
||||
#include <glm/gtc/epsilon.hpp>
|
||||
#include <cstdio>
|
||||
|
||||
int test_modf()
|
||||
|
||||
@@ -4,11 +4,11 @@
|
||||
// Created : 2011-01-15
|
||||
// Updated : 2011-11-14
|
||||
// Licence : This source is under MIT licence
|
||||
// File : test/gtx/func_geometric.cpp
|
||||
// File : test/core/func_geometric.cpp
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <glm/glm.hpp>
|
||||
#include <glm/gtx/epsilon.hpp>
|
||||
#include <glm/gtc/epsilon.hpp>
|
||||
|
||||
int test_reflect()
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
// Created : 2011-01-15
|
||||
// Updated : 2011-09-13
|
||||
// Licence : This source is under MIT licence
|
||||
// File : test/gtx/func_noise.cpp
|
||||
// File : test/core/func_noise.cpp
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <glm/glm.hpp>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include <glm/glm.hpp>
|
||||
#include <glm/gtc/half_float.hpp>
|
||||
#include <glm/gtc/type_precision.hpp>
|
||||
#include <glm/gtx/epsilon.hpp>
|
||||
#include <glm/gtc/epsilon.hpp>
|
||||
#include <vector>
|
||||
|
||||
int test_packUnorm2x16()
|
||||
|
||||
Reference in New Issue
Block a user