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