Daniel Chappuis
|
cd4bc7573f
|
Rename the List class into Array
|
2020-09-05 15:06:51 +02:00 |
|
Daniel Chappuis
|
05e3b00689
|
Remove mIsActive variable from OverlappingPairs
|
2020-08-06 16:00:50 +02:00 |
|
Daniel Chappuis
|
92884e2486
|
Working on NarrowPhaseInfoBatch optimizations
|
2020-07-26 16:55:07 +02:00 |
|
Daniel Chappuis
|
09dc35f635
|
Update dates and version numbers in files
|
2020-05-27 16:15:35 +02:00 |
|
Daniel Chappuis
|
dcd71ef103
|
Improve EventListener: add onTrigger() method, add event types, add triggers, ...
|
2020-04-18 20:43:13 +02:00 |
|
Daniel Chappuis
|
a190bba8c0
|
Refactor where the headers are store for better installation of the library
|
2020-03-18 07:28:34 +01:00 |
|
Daniel Chappuis
|
815182aae9
|
Merge ecs into develop and fix conflicts
|
2019-11-27 22:14:29 +01:00 |
|
Daniel Chappuis
|
44e07e0bd9
|
Working on making middle-phase collision detection faster
|
2019-11-09 23:55:54 +01:00 |
|
Daniel Chappuis
|
f9fa2a227c
|
Changes for release of version 0.7.1
|
2019-07-01 08:42:27 +02:00 |
|
Daniel Chappuis
|
6413d479ad
|
Create SphereVsSphereNarrowPhaseInfoBatch class
|
2018-11-27 07:27:38 +01:00 |
|
Daniel Chappuis
|
5cdf66d009
|
Directly call narrrow-phase collision detection tests on narrow phase batches
|
2018-11-05 18:34:46 +01:00 |
|
Daniel Chappuis
|
f0fe97a41b
|
Remove method to get last frame info from NarrowPhaseInfoBatch class
|
2018-10-10 20:33:42 +02:00 |
|
Daniel Chappuis
|
e8ed10314a
|
Refactor narrow-phase algorithms to iterate over batches of narrow-phase infos
|
2018-10-03 22:10:05 +02:00 |
|
Daniel Chappuis
|
681ebeba6b
|
Update copyright date in license
|
2018-04-30 22:15:53 +02:00 |
|
Daniel Chappuis
|
d14e42be70
|
Refactor the way headers are included and use more forward declarations for faster compilation time
|
2018-04-20 07:13:39 +02:00 |
|
Daniel Chappuis
|
393bb0ed88
|
Refactor profiler and start working on logger
|
2018-03-14 07:33:28 +01:00 |
|
Daniel Chappuis
|
4177044f74
|
Replace testPointInside() and raycast() methods for ConvexMeshShape (do not used GJK anymore) and some small refactoring
|
2018-02-26 07:17:54 +01:00 |
|
Daniel Chappuis
|
e754711a84
|
Remove unnecessary calls to Quaternion.getMatrix()
|
2017-11-28 17:46:45 +01:00 |
|
Daniel Chappuis
|
f403a6e804
|
Add temporal coherence for convex vs triangle collision detection
|
2017-11-22 22:43:27 +01:00 |
|
Daniel Chappuis
|
e9709c3db5
|
Refactor the Profiler. Now there is one profiler instance per CollisionWorld/DynamicsWorld instance instead of a static one
|
2017-11-10 19:57:50 +01:00 |
|
Daniel Chappuis
|
709bed3cec
|
Fix issues with GJK algorithm
|
2017-09-09 15:37:55 +02:00 |
|
Daniel Chappuis
|
1b82a3e228
|
Fix issue in GJK algorithm when numerical issue occurs
|
2017-09-07 22:23:00 +02:00 |
|
Daniel Chappuis
|
8bab9c1348
|
Remove unused cachedCollisionData parameter
|
2017-09-03 18:05:23 +02:00 |
|
Daniel Chappuis
|
624e01b595
|
Working on ConcaveMeshShape and HeightFieldShape collision detection
|
2017-08-21 07:35:08 +02:00 |
|
Daniel Chappuis
|
2f60190942
|
Do not generate contact in GJK algorithm if not needed
|
2017-08-01 15:57:46 +02:00 |
|
Daniel Chappuis
|
8b82c4ac81
|
Refactor the way to create the contact manifolds and contact points
|
2017-07-30 22:14:46 +02:00 |
|
Daniel Chappuis
|
730b687877
|
Working on temporal coherence in SAT (polyhedron vs polyhedron)
|
2017-05-29 08:32:10 +02:00 |
|
Daniel Chappuis
|
b21a6bb59b
|
Refactor contact manifold and contact point creation
|
2017-02-26 13:48:50 +02:00 |
|
Daniel Chappuis
|
7a656aedc9
|
Working on HalfEdgeStructure
|
2017-02-13 22:38:47 +01:00 |
|
Daniel Chappuis
|
e9f2f94f64
|
Continue working on SAT, remove Cone and Cylinder shapes
|
2017-02-02 22:58:40 +01:00 |
|
Daniel Chappuis
|
a50ae73663
|
Fix issue in GJK algorithm
|
2017-01-19 20:29:40 +01:00 |
|
Daniel Chappuis
|
4a97c2ca97
|
Refactor collision detection
|
2017-01-08 19:56:59 +01:00 |
|
Daniel Chappuis
|
8d2b898168
|
Fix merge conflicts
|
2016-08-21 11:47:22 +02:00 |
|
Daniel Chappuis
|
2932403ff4
|
Use default keyword for default constructors/destructors
|
2016-07-19 06:52:18 +02:00 |
|
Daniel Chappuis
|
da9f6ae233
|
Remove Simplex class (replaced by VoronoiSimplex)
|
2016-07-05 22:02:16 +02:00 |
|
Daniel Chappuis
|
4bad013c91
|
Make GJK/EPA collision detection more robust
|
2016-07-05 21:34:44 +02:00 |
|
Daniel Chappuis
|
8a75c867a5
|
Change version number of the library
|
2016-04-11 20:15:20 +02:00 |
|
Daniel Chappuis
|
8be408ccec
|
Modifications for smooth concave mesh contacts
|
2016-01-05 18:39:22 +01:00 |
|
Daniel Chappuis
|
df88e59017
|
Transform ray from world-space to local-space earlier during raycasting
|
2015-12-07 17:32:18 +01:00 |
|
Daniel Chappuis
|
5c8320583d
|
Change the testCollision() methods to return void instead of bool
|
2015-11-16 07:25:46 +01:00 |
|
Daniel Chappuis
|
3acdeb8cd2
|
Remove dynamic memory allocation of ContactPointInfo instances during narrow-phase
|
2015-10-12 18:37:18 +02:00 |
|
Daniel Chappuis
|
c7846d4a29
|
Report narrow-phase contacts to the collision detection in a more generic way
|
2015-10-12 18:02:18 +02:00 |
|
Daniel Chappuis
|
a37f00c41c
|
Use a CollisionShapeInfo instead of a ProxyShape in the collision detection algorithms
|
2015-09-10 07:30:50 +02:00 |
|
Daniel Chappuis
|
cd808fcf62
|
Modify the way the collision shapes are created (we don't make an internal copy anymore)
|
2015-09-04 19:56:27 +02:00 |
|
Daniel Chappuis
|
c76e5247aa
|
Allow the user to use custom collision detection algorithm
|
2015-08-19 18:48:08 +02:00 |
|
Daniel Chappuis
|
6679bb27bc
|
Changes for the next release
|
2015-02-15 21:56:45 +01:00 |
|
Daniel Chappuis
|
bb0da781a7
|
Fix compilation warnings
|
2015-02-01 01:09:58 +01:00 |
|
Daniel Chappuis
|
ca660b5057
|
Replace some matrix multiplications by quaternion multiplications
|
2014-11-05 20:52:21 +01:00 |
|
Daniel Chappuis
|
e9257ec56f
|
Change raycasting so that a ray is given by two points instead of a point and a direction
|
2014-10-21 22:26:40 +02:00 |
|
Daniel Chappuis
|
677c694109
|
Continue the implementation of convex shape raycasting
|
2014-09-02 22:54:19 +02:00 |
|