You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
vhacd: Sync with upstream b07958e
Nothing to see here, it is just a cosmetic sync to confirm that we have the latest upstream changes.
This commit is contained in:
2
thirdparty/README.md
vendored
2
thirdparty/README.md
vendored
@@ -481,7 +481,7 @@ Files extracted from upstream source:
|
|||||||
## vhacd
|
## vhacd
|
||||||
|
|
||||||
- Upstream: https://github.com/kmammou/v-hacd
|
- Upstream: https://github.com/kmammou/v-hacd
|
||||||
- Version: git (2297aa1, 2018)
|
- Version: git (b07958e, 2019)
|
||||||
- License: BSD-3-Clause
|
- License: BSD-3-Clause
|
||||||
|
|
||||||
Files extracted from upstream source:
|
Files extracted from upstream source:
|
||||||
|
|||||||
4
thirdparty/vhacd/src/FloatMath.inl
vendored
4
thirdparty/vhacd/src/FloatMath.inl
vendored
@@ -7,6 +7,10 @@
|
|||||||
// a quaternion is a 'float *' to 4 floats representing a quaternion x,y,z,w
|
// a quaternion is a 'float *' to 4 floats representing a quaternion x,y,z,w
|
||||||
//
|
//
|
||||||
|
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
#pragma warning(disable:4996)
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace FLOAT_MATH
|
namespace FLOAT_MATH
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user