mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 02:03:36 +02:00
move GlmTestUtils.h to GLMTestUtils.h
This commit is contained in:
parent
488f6aa7d8
commit
ba5346aee7
3 changed files with 5 additions and 5 deletions
|
@ -17,7 +17,7 @@
|
||||||
#include <NumericalConstants.h>
|
#include <NumericalConstants.h>
|
||||||
|
|
||||||
// Add additional qtest functionality (the include order is important!)
|
// Add additional qtest functionality (the include order is important!)
|
||||||
#include "GlmTestUtils.h"
|
#include "GLMTestUtils.h"
|
||||||
#include "../QTestExtensions.h"
|
#include "../QTestExtensions.h"
|
||||||
|
|
||||||
// Constants
|
// Constants
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
//
|
//
|
||||||
// GlmTestUtils.h
|
// GLMTestUtils.h
|
||||||
// tests/physics/src
|
// tests/physics/src
|
||||||
//
|
//
|
||||||
// Created by Seiji Emery on 6/22/15
|
// Created by Seiji Emery on 6/22/15
|
||||||
|
@ -9,8 +9,8 @@
|
||||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
//
|
//
|
||||||
|
|
||||||
#ifndef hifi_GlmTestUtils_h
|
#ifndef hifi_GLMTestUtils_h
|
||||||
#define hifi_GlmTestUtils_h
|
#define hifi_GLMTestUtils_h
|
||||||
|
|
||||||
#include <glm/glm.hpp>
|
#include <glm/glm.hpp>
|
||||||
#include <glm/gtx/quaternion.hpp>
|
#include <glm/gtx/quaternion.hpp>
|
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
// Add additional qtest functionality (the include order is important!)
|
// Add additional qtest functionality (the include order is important!)
|
||||||
#include "BulletTestUtils.h"
|
#include "BulletTestUtils.h"
|
||||||
#include "GlmTestUtils.h"
|
#include "GLMTestUtils.h"
|
||||||
#include "../QTestExtensions.h"
|
#include "../QTestExtensions.h"
|
||||||
|
|
||||||
const btScalar acceptableRelativeError(1.0e-5f);
|
const btScalar acceptableRelativeError(1.0e-5f);
|
||||||
|
|
Loading…
Reference in a new issue