reactphysics3d/src/collision
2018-03-28 22:55:02 +02:00
..
broadphase Working on logger 2018-03-19 23:02:13 +01:00
narrowphase Refactor profiler and start working on logger 2018-03-14 07:33:28 +01:00
shapes Working on logger 2018-03-28 22:55:02 +02:00
CollisionCallback.cpp
CollisionCallback.h
CollisionDetection.cpp Working on logger 2018-03-19 23:02:13 +01:00
CollisionDetection.h Working on logger 2018-03-19 23:02:13 +01:00
ContactManifold.cpp Add WorldSettings class for world configuration settings 2018-03-04 19:10:32 +01:00
ContactManifold.h Add WorldSettings class for world configuration settings 2018-03-04 19:10:32 +01:00
ContactManifoldInfo.cpp
ContactManifoldInfo.h
ContactManifoldSet.cpp Add WorldSettings class for world configuration settings 2018-03-04 19:10:32 +01:00
ContactManifoldSet.h Add WorldSettings class for world configuration settings 2018-03-04 19:10:32 +01:00
ContactPointInfo.h
HalfEdgeStructure.cpp Replace std::pair by rp3d::Pair 2018-02-05 07:41:02 +01:00
HalfEdgeStructure.h Replace std::pair by rp3d::Pair 2018-02-05 07:41:02 +01:00
MiddlePhaseTriangleCallback.cpp
MiddlePhaseTriangleCallback.h
NarrowPhaseInfo.cpp
NarrowPhaseInfo.h
OverlapCallback.h
PolygonVertexArray.cpp
PolygonVertexArray.h
PolyhedronMesh.cpp
PolyhedronMesh.h Replace testPointInside() and raycast() methods for ConvexMeshShape (do not used GJK anymore) and some small refactoring 2018-02-26 07:17:54 +01:00
ProxyShape.cpp Replace testPointInside() and raycast() methods for ConvexMeshShape (do not used GJK anymore) and some small refactoring 2018-02-26 07:17:54 +01:00
ProxyShape.h Remove setLocalScaling() method from CollisionShape and ProxyShape and use scaling only for HeightFieldShape, ConvexMeshShape and ConcaveMeshShape 2018-03-26 22:00:52 +02:00
RaycastInfo.cpp
RaycastInfo.h
TriangleMesh.cpp
TriangleMesh.h
TriangleVertexArray.cpp Working on logger 2018-03-19 23:02:13 +01:00
TriangleVertexArray.h Working on logger 2018-03-19 23:02:13 +01:00