Daniel Chappuis
|
df88e59017
|
Transform ray from world-space to local-space earlier during raycasting
|
2015-12-07 17:32:18 +01:00 |
|
Daniel Chappuis
|
6ebad66acf
|
Working on triangles mesh raycasting
|
2015-12-02 22:25:52 +01:00 |
|
Daniel Chappuis
|
3ebb00fd68
|
Modifications in testbed for setScaling() method on objects
|
2015-11-24 07:03:02 +01:00 |
|
Daniel Chappuis
|
22b214fb91
|
Add setScaling() method to objects in testbed/common
|
2015-11-20 07:20:56 +01:00 |
|
Daniel Chappuis
|
3476f3e9c4
|
Add setLocalScaling() method to CollisionShape and ProxyShape and fix issue in collision detection test method
|
2015-11-19 07:20:43 +01:00 |
|
Daniel Chappuis
|
aab1413f4d
|
Continue working of triangular meshes
|
2015-09-13 13:02:05 +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
|
6679bb27bc
|
Changes for the next release
|
2015-02-15 21:56:45 +01:00 |
|
Daniel Chappuis
|
3a8e69654f
|
Add Doxygen documentation
|
2015-02-12 22:31:26 +01:00 |
|
Daniel Chappuis
|
c15b83db4a
|
Add collision and raycast filtering using bits mask
|
2014-12-31 01:19:14 +01:00 |
|
Daniel Chappuis
|
aae4da54d0
|
Add methods to test collision and AABB overlap in physics world
|
2014-12-28 00:54:34 +01:00 |
|
Daniel Chappuis
|
2ab1aace7c
|
Raycast query now returns false if the body is not active
|
2014-11-29 17:05:53 +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
|
0dd55e716b
|
Implement raycasting with sphere shape
|
2014-09-04 22:32:29 +02:00 |
|
Daniel Chappuis
|
677c694109
|
Continue the implementation of convex shape raycasting
|
2014-09-02 22:54:19 +02:00 |
|
Daniel Chappuis
|
3c1b819fda
|
Implement the testPointInside() methods in the collision shapes
|
2014-08-09 10:28:37 +02:00 |
|
Daniel Chappuis
|
47b2eb457a
|
Allow the user to attach user data to a ProxyShape object
|
2014-08-04 22:57:24 +02:00 |
|
Daniel Chappuis
|
ab8656fc0b
|
Remove all the special proxy shapes to keep only the ProxyShape class
|
2014-08-04 22:46:58 +02:00 |
|