mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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>
|
||||
|
||||
// Add additional qtest functionality (the include order is important!)
|
||||
#include "GlmTestUtils.h"
|
||||
#include "GLMTestUtils.h"
|
||||
#include "../QTestExtensions.h"
|
||||
|
||||
// Constants
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
//
|
||||
// GlmTestUtils.h
|
||||
// GLMTestUtils.h
|
||||
// tests/physics/src
|
||||
//
|
||||
// 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
|
||||
//
|
||||
|
||||
#ifndef hifi_GlmTestUtils_h
|
||||
#define hifi_GlmTestUtils_h
|
||||
#ifndef hifi_GLMTestUtils_h
|
||||
#define hifi_GLMTestUtils_h
|
||||
|
||||
#include <glm/glm.hpp>
|
||||
#include <glm/gtx/quaternion.hpp>
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
// Add additional qtest functionality (the include order is important!)
|
||||
#include "BulletTestUtils.h"
|
||||
#include "GlmTestUtils.h"
|
||||
#include "GLMTestUtils.h"
|
||||
#include "../QTestExtensions.h"
|
||||
|
||||
const btScalar acceptableRelativeError(1.0e-5f);
|
||||
|
|
Loading…
Reference in a new issue