Jorrit Rouwe 2c6b713fe0 Fixed bug in MeshShape active edge calculation (#1758) 3 miesięcy temu
..
BoxShape.cpp fcea5132be Allowing convex radius 0 on a box shape with half extent 0 11 miesięcy temu
BoxShape.h e5d6234dc6 Made the use of 'public' consistent across all classes that use the JPH_DECLARE_SERIALIZABLE_... macros 1 rok temu
CapsuleShape.cpp 4058e6a72e SoftBodyManifold now returns sensor contacts separately (#1276) 1 rok temu
CapsuleShape.h e5d6234dc6 Made the use of 'public' consistent across all classes that use the JPH_DECLARE_SERIALIZABLE_... macros 1 rok temu
CompoundShape.cpp 21d4bac708 Bugfix: CompoundShape::GetWorldSpaceBounds should also return a single point when there are no sub shapes (#1470) 11 miesięcy temu
CompoundShape.h 5220a7fd76 Added some documentation 11 miesięcy temu
CompoundShapeVisitors.h 475e564ae8 Added support for compound shapes as character shape in CharacterVirtual (#1745) 3 miesięcy temu
ConvexHullShape.cpp d91b429c0b Fixed bug in ConvexHullShape::CollideSoftBodyVertices where the wrong edge could be reported as the closest edge. 5 miesięcy temu
ConvexHullShape.h 15561f8491 Documented that the points supplied don't need to be the convex hull vertices 11 miesięcy temu
ConvexShape.cpp fcea5132be Allowing convex radius 0 on a box shape with half extent 0 11 miesięcy temu
ConvexShape.h e5d6234dc6 Made the use of 'public' consistent across all classes that use the JPH_DECLARE_SERIALIZABLE_... macros 1 rok temu
CylinderShape.cpp c93401ea65 Improved stability of cylinder contacts (#1540) 9 miesięcy temu
CylinderShape.h e5d6234dc6 Made the use of 'public' consistent across all classes that use the JPH_DECLARE_SERIALIZABLE_... macros 1 rok temu
DecoratedShape.cpp 58445d6c26 Removed trailing whitespace from all source files (#688) 2 lat temu
DecoratedShape.h e5d6234dc6 Made the use of 'public' consistent across all classes that use the JPH_DECLARE_SERIALIZABLE_... macros 1 rok temu
EmptyShape.cpp 2e7c64a023 Added EmptyShape (#1262) 1 rok temu
EmptyShape.h e5d6234dc6 Made the use of 'public' consistent across all classes that use the JPH_DECLARE_SERIALIZABLE_... macros 1 rok temu
GetTrianglesContext.h d7619bd5ec Removed some heap allocs on startup (#1092) 1 rok temu
HeightFieldShape.cpp 5bd04af8df Reduced size of temp allocation in HeightFieldShape::CalculateActiveEdges (#1496) 10 miesięcy temu
HeightFieldShape.h 193857e3c9 Created Vec3::sOne as an alias for Vec3::sReplicate(1.0f) 11 miesięcy temu
MeshShape.cpp 2c6b713fe0 Fixed bug in MeshShape active edge calculation (#1758) 3 miesięcy temu
MeshShape.h 94d88064a6 MeshShape: Added option to favor build speed over quality (#1473) 11 miesięcy temu
MutableCompoundShape.cpp 2c1864da94 An empty MutableCompoundShape now returns the same local bounding box as EmptyShape (a point at (0, 0, 0)). (#1461) 11 miesięcy temu
MutableCompoundShape.h aff23a03ea Added option to insert a shape in a MutableCompoundShape at specified index (#1414) 1 rok temu
OffsetCenterOfMassShape.cpp 4058e6a72e SoftBodyManifold now returns sensor contacts separately (#1276) 1 rok temu
OffsetCenterOfMassShape.h e5d6234dc6 Made the use of 'public' consistent across all classes that use the JPH_DECLARE_SERIALIZABLE_... macros 1 rok temu
PlaneShape.cpp 79ce4b2801 Removed some of the using std::... statements (#1353) 1 rok temu
PlaneShape.h 18bb698570 Added PlaneShape::GetMaterial/SetMaterial 1 rok temu
PolyhedronSubmergedVolumeCalculator.h 58445d6c26 Removed trailing whitespace from all source files (#688) 2 lat temu
RotatedTranslatedShape.cpp 4058e6a72e SoftBodyManifold now returns sensor contacts separately (#1276) 1 rok temu
RotatedTranslatedShape.h e5d6234dc6 Made the use of 'public' consistent across all classes that use the JPH_DECLARE_SERIALIZABLE_... macros 1 rok temu
ScaleHelpers.h 193857e3c9 Created Vec3::sOne as an alias for Vec3::sReplicate(1.0f) 11 miesięcy temu
ScaledShape.cpp 4058e6a72e SoftBodyManifold now returns sensor contacts separately (#1276) 1 rok temu
ScaledShape.h e5d6234dc6 Made the use of 'public' consistent across all classes that use the JPH_DECLARE_SERIALIZABLE_... macros 1 rok temu
Shape.cpp 193857e3c9 Created Vec3::sOne as an alias for Vec3::sReplicate(1.0f) 11 miesięcy temu
Shape.h 7839a60dd0 Spelling and typographical errors (#1399) 1 rok temu
SphereShape.cpp 193857e3c9 Created Vec3::sOne as an alias for Vec3::sReplicate(1.0f) 11 miesięcy temu
SphereShape.h e5d6234dc6 Made the use of 'public' consistent across all classes that use the JPH_DECLARE_SERIALIZABLE_... macros 1 rok temu
StaticCompoundShape.cpp 193857e3c9 Created Vec3::sOne as an alias for Vec3::sReplicate(1.0f) 11 miesięcy temu
StaticCompoundShape.h e5d6234dc6 Made the use of 'public' consistent across all classes that use the JPH_DECLARE_SERIALIZABLE_... macros 1 rok temu
SubShapeID.h 58445d6c26 Removed trailing whitespace from all source files (#688) 2 lat temu
SubShapeIDPair.h 7221323294 Faster hashing for IndexedTriangle to improve MeshShape::Sanitize (#1368) 1 rok temu
TaperedCapsuleShape.cpp 30335e3509 Optimized Quat::RotateAxisX/Y/Z (#1670) 6 miesięcy temu
TaperedCapsuleShape.gliffy 686ab6ab85 Initial import 4 lat temu
TaperedCapsuleShape.h e5d6234dc6 Made the use of 'public' consistent across all classes that use the JPH_DECLARE_SERIALIZABLE_... macros 1 rok temu
TaperedCylinderShape.cpp 30335e3509 Optimized Quat::RotateAxisX/Y/Z (#1670) 6 miesięcy temu
TaperedCylinderShape.h e5d6234dc6 Made the use of 'public' consistent across all classes that use the JPH_DECLARE_SERIALIZABLE_... macros 1 rok temu
TriangleShape.cpp 2dcab94cbc Fixed infinite recursion when colliding a TriangleShape vs a TriangleShape. (#1621) 8 miesięcy temu
TriangleShape.h e5d6234dc6 Made the use of 'public' consistent across all classes that use the JPH_DECLARE_SERIALIZABLE_... macros 1 rok temu