mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Thirdparty: Harmonize patches to document downstream changes
This commit is contained in:
parent
0d14ae58b0
commit
91907a89f7
141 changed files with 1274 additions and 3849 deletions
4
thirdparty/vhacd/inc/btVector3.h
vendored
4
thirdparty/vhacd/inc/btVector3.h
vendored
|
|
@ -26,9 +26,7 @@ subject to the following restrictions:
|
|||
#define btVector3DataName "btVector3FloatData"
|
||||
#endif //BT_USE_DOUBLE_PRECISION
|
||||
|
||||
// -- GODOT start --
|
||||
namespace VHACD {
|
||||
// -- GODOT end --
|
||||
|
||||
/**@brief btVector3 can be used to represent 3D points and vectors.
|
||||
* It has an un-used w component to suit 16-byte alignment when btVector3 is stored in containers. This extra component can be used by derived classes (Quaternion?) or by user
|
||||
|
|
@ -716,8 +714,6 @@ SIMD_FORCE_INLINE void btVector3::deSerialize(const struct btVector3Data& dataIn
|
|||
m_floats[i] = dataIn.m_floats[i];
|
||||
}
|
||||
|
||||
// -- GODOT start --
|
||||
}; // namespace VHACD
|
||||
// -- GODOT end --
|
||||
|
||||
#endif //BT_VECTOR3_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue