Jorrit Rouwe b54a0849e0 Removed the use of size_t when saving to binary (#1193) 1 year ago
..
BroadPhase d50bee9d98 Added missing JPH_EXPORT macro (#1174) 1 year ago
Shape b54a0849e0 Removed the use of size_t when saving to binary (#1193) 1 year ago
AABoxCast.h db6d42bed5 Added a link to the main repository to the header of each file (#452) 2 years ago
ActiveEdgeMode.h 58445d6c26 Removed trailing whitespace from all source files (#688) 2 years ago
ActiveEdges.h 14c0854322 Reduced tolerance for early out when contact normal equals surface normal in ActiveEdges::FixNormal (#687) 2 years ago
BackFaceMode.h db6d42bed5 Added a link to the main repository to the header of each file (#452) 2 years ago
CastConvexVsTriangles.cpp 0f67cc2915 Created ESupportMode::Default (#944) 1 year ago
CastConvexVsTriangles.h 58ffa9d581 Added more documentation on scaling shapes 1 year ago
CastResult.h 733af81024 Added BroadPhaseCastResult::Reset 1 year ago
CastSphereVsTriangles.cpp 045a87e230 Ran spell checker over all comments in the Jolt folder 1 year ago
CastSphereVsTriangles.h 58ffa9d581 Added more documentation on scaling shapes 1 year ago
CollectFacesMode.h db6d42bed5 Added a link to the main repository to the header of each file (#452) 2 years ago
CollideConvexVsTriangles.cpp 94c1ad811b Implemented enhanced internal edge removal algorithm (#882) 1 year ago
CollideConvexVsTriangles.h 58ffa9d581 Added more documentation on scaling shapes 1 year ago
CollidePointResult.h db6d42bed5 Added a link to the main repository to the header of each file (#452) 2 years ago
CollideShape.h 58445d6c26 Removed trailing whitespace from all source files (#688) 2 years ago
CollideSoftBodyVerticesVsTriangles.h acd31abf51 Added support for a vertex radius for soft bodies. (#879) 2 years ago
CollideSphereVsTriangles.cpp 045a87e230 Ran spell checker over all comments in the Jolt folder 1 year ago
CollideSphereVsTriangles.h 58ffa9d581 Added more documentation on scaling shapes 1 year ago
CollisionCollector.h f0f19df1ca Added interface for CharacterVirtual vs CharacterVirtual collision (#1157) 1 year ago
CollisionCollectorImpl.h 58445d6c26 Removed trailing whitespace from all source files (#688) 2 years ago
CollisionDispatch.cpp d1a62866ef Bugfix: CastShape had incorrect early out condition which could cause it to miss the deepest penetration 2 years ago
CollisionDispatch.h 58ffa9d581 Added more documentation on scaling shapes 1 year ago
CollisionGroup.cpp db6d42bed5 Added a link to the main repository to the header of each file (#452) 2 years ago
CollisionGroup.h 779ba3673b Ability to add soft bodies to a PhysicsScene and load/save them (#656) 2 years ago
ContactListener.h 405f3536d4 Support for soft body contact callbacks (#936) 1 year ago
EstimateCollisionResponse.cpp 045a87e230 Ran spell checker over all comments in the Jolt folder 1 year ago
EstimateCollisionResponse.h 58445d6c26 Removed trailing whitespace from all source files (#688) 2 years ago
GroupFilter.cpp 779ba3673b Ability to add soft bodies to a PhysicsScene and load/save them (#656) 2 years ago
GroupFilter.h d2f1d97004 Support for building Jolt as a shared library on Windows (#513) 2 years ago
GroupFilterTable.cpp db6d42bed5 Added a link to the main repository to the header of each file (#452) 2 years ago
GroupFilterTable.h 02939077a1 Fixed doxygen formatting of GroupFilterTable 2 years ago
InternalEdgeRemovingCollector.h ec88660cb8 Added enhanced edge removal for characters (#1095) 1 year ago
ManifoldBetweenTwoFaces.cpp de3517e9ce Updated parameter name and documentation for ManifoldBetweenTwoFaces 1 year ago
ManifoldBetweenTwoFaces.h de3517e9ce Updated parameter name and documentation for ManifoldBetweenTwoFaces 1 year ago
NarrowPhaseQuery.cpp 22e58e1fea Fixed race condition in narrow phase query (#702) 2 years ago
NarrowPhaseQuery.h 58445d6c26 Removed trailing whitespace from all source files (#688) 2 years ago
NarrowPhaseStats.cpp d44f4bad08 Removed GetProcessorTicksPerSecond to avoid exposing code that does not 100% reliably work across platforms (#707) 2 years ago
NarrowPhaseStats.h d44f4bad08 Removed GetProcessorTicksPerSecond to avoid exposing code that does not 100% reliably work across platforms (#707) 2 years ago
ObjectLayer.h d50bee9d98 Added missing JPH_EXPORT macro (#1174) 1 year ago
ObjectLayerPairFilterMask.h e7b634d52c Created an object layer filter implementation that is similar to Bullet's group & mask filtering (#810) 2 years ago
ObjectLayerPairFilterTable.h 70c6f2d653 - Fixed a number of missing '#pragma once' statements in headers 2 years ago
PhysicsMaterial.cpp 779ba3673b Ability to add soft bodies to a PhysicsScene and load/save them (#656) 2 years ago
PhysicsMaterial.h d2f1d97004 Support for building Jolt as a shared library on Windows (#513) 2 years ago
PhysicsMaterialSimple.cpp db6d42bed5 Added a link to the main repository to the header of each file (#452) 2 years ago
PhysicsMaterialSimple.h d2f1d97004 Support for building Jolt as a shared library on Windows (#513) 2 years ago
RayCast.h 4880a3aead Added helper function to translate a ray 2 years ago
ShapeCast.h 58ffa9d581 Added more documentation on scaling shapes 1 year ago
ShapeFilter.h 3ab6961261 Fix 'unused parameter' compiler warnings (got under GCC 11, linux) (#594) 2 years ago
SortReverseAndStore.h c1556df68b Made math type args (like Vec3Arg) const so that it remains possible to change them to a const reference (#890) 1 year ago
TransformedShape.cpp d1a62866ef Bugfix: CastShape had incorrect early out condition which could cause it to miss the deepest penetration 2 years ago
TransformedShape.h 0191c72d5f Removed assert that translation needs to be zero in Mat44::GetQuaternion (#1002) 1 year ago