| .. |
|
BroadPhase
|
793b3a0dbd
Moved BroadPhase::GetBounds down to BroadPhaseQuery.
|
1 bulan lalu |
|
Shape
|
db654de2a6
Support for compiling on x64 with 32 bit pointers (#1835)
|
2 minggu lalu |
|
AABoxCast.h
|
db6d42bed5
Added a link to the main repository to the header of each file (#452)
|
2 tahun lalu |
|
ActiveEdgeMode.h
|
58445d6c26
Removed trailing whitespace from all source files (#688)
|
2 tahun lalu |
|
ActiveEdges.h
|
14c0854322
Reduced tolerance for early out when contact normal equals surface normal in ActiveEdges::FixNormal (#687)
|
2 tahun lalu |
|
BackFaceMode.h
|
db6d42bed5
Added a link to the main repository to the header of each file (#452)
|
2 tahun lalu |
|
CastConvexVsTriangles.cpp
|
21fc762daf
Removed a number of very short JPH_PROFILE_FUNCTION calls
|
5 bulan lalu |
|
CastConvexVsTriangles.h
|
58ffa9d581
Added more documentation on scaling shapes
|
1 tahun lalu |
|
CastResult.h
|
733af81024
Added BroadPhaseCastResult::Reset
|
1 tahun lalu |
|
CastSphereVsTriangles.cpp
|
4811407924
Fixed division by zero when doing a really long (6 KM) sphere cast against a triangle. In this case the floating point accuracy became low enough so that the distance between the sphere center and the triangle (which should be 'radius') became zero instead.
|
1 bulan lalu |
|
CastSphereVsTriangles.h
|
58ffa9d581
Added more documentation on scaling shapes
|
1 tahun lalu |
|
CollectFacesMode.h
|
db6d42bed5
Added a link to the main repository to the header of each file (#452)
|
2 tahun lalu |
|
CollideConvexVsTriangles.cpp
|
21fc762daf
Removed a number of very short JPH_PROFILE_FUNCTION calls
|
5 bulan lalu |
|
CollideConvexVsTriangles.h
|
58ffa9d581
Added more documentation on scaling shapes
|
1 tahun lalu |
|
CollidePointResult.h
|
db6d42bed5
Added a link to the main repository to the header of each file (#452)
|
2 tahun lalu |
|
CollideShape.h
|
e0e434f59c
Updated documentation for mMaxSeparationDistance
|
1 tahun lalu |
|
CollideShapeVsShapePerLeaf.h
|
1e38fc6003
Added missing include to `CollideShapeVsShapePerLeaf.h` (#1785)
|
2 bulan lalu |
|
CollideSoftBodyVertexIterator.h
|
4058e6a72e
SoftBodyManifold now returns sensor contacts separately (#1276)
|
1 tahun lalu |
|
CollideSoftBodyVerticesVsTriangles.h
|
73c93cbd1f
Fixed collision between soft body and TriangleShape/MeshShape/HeightFieldShape (#1825)
|
4 minggu lalu |
|
CollideSphereVsTriangles.cpp
|
21fc762daf
Removed a number of very short JPH_PROFILE_FUNCTION calls
|
5 bulan lalu |
|
CollideSphereVsTriangles.h
|
58ffa9d581
Added more documentation on scaling shapes
|
1 tahun lalu |
|
CollisionCollector.h
|
b5895f23d5
Added comment on the use of CollisionCollector::GetContext
|
10 bulan lalu |
|
CollisionCollectorImpl.h
|
20a774c6a8
Added ClosestHitPerBodyCollisionCollector (#1465)
|
11 bulan lalu |
|
CollisionDispatch.cpp
|
d1a62866ef
Bugfix: CastShape had incorrect early out condition which could cause it to miss the deepest penetration
|
2 tahun lalu |
|
CollisionDispatch.h
|
58ffa9d581
Added more documentation on scaling shapes
|
1 tahun lalu |
|
CollisionGroup.cpp
|
70865d5034
Added Get/SetCollisionGroup on BodyInterface (#1527)
|
10 bulan lalu |
|
CollisionGroup.h
|
70865d5034
Added Get/SetCollisionGroup on BodyInterface (#1527)
|
10 bulan lalu |
|
ContactListener.h
|
3b6c92d2c1
Remove stray whitespace
|
2 bulan lalu |
|
EstimateCollisionResponse.cpp
|
045a87e230
Ran spell checker over all comments in the Jolt folder
|
1 tahun lalu |
|
EstimateCollisionResponse.h
|
58445d6c26
Removed trailing whitespace from all source files (#688)
|
2 tahun lalu |
|
GroupFilter.cpp
|
779ba3673b
Ability to add soft bodies to a PhysicsScene and load/save them (#656)
|
2 tahun lalu |
|
GroupFilter.h
|
ef1adf38c3
Allow SerializableObjects to be copy constructed only by derived classes (#1664)
|
6 bulan lalu |
|
GroupFilterTable.cpp
|
db6d42bed5
Added a link to the main repository to the header of each file (#452)
|
2 tahun lalu |
|
GroupFilterTable.h
|
79ce4b2801
Removed some of the using std::... statements (#1353)
|
1 tahun lalu |
|
InternalEdgeRemovingCollector.h
|
0b8dfe76c2
JPH_INTERNAL_EDGE_REMOVING_COLLECTOR_DEBUG draws in the wrong location
|
4 bulan lalu |
|
ManifoldBetweenTwoFaces.cpp
|
a18d475653
Fixed bug in ManifoldBetweenTwoFaces (#1756)
|
3 bulan lalu |
|
ManifoldBetweenTwoFaces.h
|
092f40327b
Listing API changes
|
10 bulan lalu |
|
NarrowPhaseQuery.cpp
|
0b8dfe76c2
JPH_INTERNAL_EDGE_REMOVING_COLLECTOR_DEBUG draws in the wrong location
|
4 bulan lalu |
|
NarrowPhaseQuery.h
|
7e59df4e8f
Added NarrowPhase::CollideShapeWithInternalEdgeRemoval (#1346)
|
1 tahun lalu |
|
NarrowPhaseStats.cpp
|
d44f4bad08
Removed GetProcessorTicksPerSecond to avoid exposing code that does not 100% reliably work across platforms (#707)
|
2 tahun lalu |
|
NarrowPhaseStats.h
|
d44f4bad08
Removed GetProcessorTicksPerSecond to avoid exposing code that does not 100% reliably work across platforms (#707)
|
2 tahun lalu |
|
ObjectLayer.h
|
d50bee9d98
Added missing JPH_EXPORT macro (#1174)
|
1 tahun lalu |
|
ObjectLayerPairFilterMask.h
|
e7b634d52c
Created an object layer filter implementation that is similar to Bullet's group & mask filtering (#810)
|
2 tahun lalu |
|
ObjectLayerPairFilterTable.h
|
79ce4b2801
Removed some of the using std::... statements (#1353)
|
1 tahun lalu |
|
PhysicsMaterial.cpp
|
779ba3673b
Ability to add soft bodies to a PhysicsScene and load/save them (#656)
|
2 tahun lalu |
|
PhysicsMaterial.h
|
ef1adf38c3
Allow SerializableObjects to be copy constructed only by derived classes (#1664)
|
6 bulan lalu |
|
PhysicsMaterialSimple.cpp
|
db6d42bed5
Added a link to the main repository to the header of each file (#452)
|
2 tahun lalu |
|
PhysicsMaterialSimple.h
|
e5d6234dc6
Made the use of 'public' consistent across all classes that use the JPH_DECLARE_SERIALIZABLE_... macros
|
1 tahun lalu |
|
RayCast.h
|
b3cd9f4846
Split back face mode between convex/triangles for ray casts (#1228)
|
1 tahun lalu |
|
ShapeCast.h
|
b3cd9f4846
Split back face mode between convex/triangles for ray casts (#1228)
|
1 tahun lalu |
|
ShapeFilter.h
|
efd6a5cbde
Bugfix: Simulation ShapeFilter had a race condition (#1364)
|
1 tahun lalu |
|
SimShapeFilter.h
|
efd6a5cbde
Bugfix: Simulation ShapeFilter had a race condition (#1364)
|
1 tahun lalu |
|
SimShapeFilterWrapper.h
|
56131e0342
Fixed UBSAN false positive that detected a dirty trick in SimShapeFilter (#1671)
|
6 bulan lalu |
|
SortReverseAndStore.h
|
c1556df68b
Made math type args (like Vec3Arg) const so that it remains possible to change them to a const reference (#890)
|
1 tahun lalu |
|
TransformedShape.cpp
|
d1a62866ef
Bugfix: CastShape had incorrect early out condition which could cause it to miss the deepest penetration
|
2 tahun lalu |
|
TransformedShape.h
|
db654de2a6
Support for compiling on x64 with 32 bit pointers (#1835)
|
2 minggu lalu |