| .. |
|
AABB.cpp
|
Use default keyword for default constructors/destructors
|
2016-07-19 06:52:18 +02:00 |
|
AABB.h
|
Use default keyword for default constructors/destructors
|
2016-07-19 06:52:18 +02:00 |
|
BoxShape.cpp
|
Remove the use of std::vector
|
2018-01-20 17:30:36 +01:00 |
|
BoxShape.h
|
Refactor memory allocation
|
2018-01-01 18:35:57 +01:00 |
|
CapsuleShape.cpp
|
Refactor memory allocation
|
2018-01-01 18:35:57 +01:00 |
|
CapsuleShape.h
|
Refactor memory allocation
|
2018-01-01 18:35:57 +01:00 |
|
CollisionShape.cpp
|
Add temporal coherence for convex vs triangle collision detection
|
2017-11-22 22:43:27 +01:00 |
|
CollisionShape.h
|
Refactor memory allocation
|
2018-01-01 18:35:57 +01:00 |
|
ConcaveMeshShape.cpp
|
Replace malloc/free calls by use of the MemoryManager of ReactPhysics3D
|
2018-02-04 19:43:17 +01:00 |
|
ConcaveMeshShape.h
|
Remove the use of std::vector
|
2018-01-20 17:30:36 +01:00 |
|
ConcaveShape.cpp
|
Remove unnecessary collision margin for some shapes
|
2017-09-03 19:06:02 +02:00 |
|
ConcaveShape.h
|
Add temporal coherence for convex vs triangle collision detection
|
2017-11-22 22:43:27 +01:00 |
|
ConvexMeshShape.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 |
|
ConvexMeshShape.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 |
|
ConvexPolyhedronShape.cpp
|
Small optimizations
|
2017-12-06 21:55:50 +01:00 |
|
ConvexPolyhedronShape.h
|
Small optimizations
|
2017-12-06 21:55:50 +01:00 |
|
ConvexShape.cpp
|
Remove unused cachedCollisionData parameter
|
2017-09-03 18:05:23 +02:00 |
|
ConvexShape.h
|
Remove unnecessary collision margin for some shapes
|
2017-09-03 19:06:02 +02:00 |
|
HeightFieldShape.cpp
|
Refactor memory allocation
|
2018-01-01 18:35:57 +01:00 |
|
HeightFieldShape.h
|
Refactor memory allocation
|
2018-01-01 18:35:57 +01:00 |
|
SphereShape.cpp
|
Refactor memory allocation
|
2018-01-01 18:35:57 +01:00 |
|
SphereShape.h
|
Refactor memory allocation
|
2018-01-01 18:35:57 +01:00 |
|
TriangleShape.cpp
|
Refactor memory allocation
|
2018-01-01 18:35:57 +01:00 |
|
TriangleShape.h
|
Refactor memory allocation
|
2018-01-01 18:35:57 +01:00 |