Daniel Chappuis
|
56077bba6b
|
Working on debug renderer
|
2020-05-06 00:34:56 +02:00 |
|
Daniel Chappuis
|
cda466f9da
|
Refactor the way to set/update the center of mass, mass and inertia tensor of a rigid body
|
2020-03-01 16:39:16 +01:00 |
|
Daniel Chappuis
|
9d776e32dc
|
Make possible to change the size of the collision shapes after their creation
|
2020-02-06 07:21:13 +01:00 |
|
Daniel Chappuis
|
d36edcdb6e
|
Rename DynamicsWorld class to PhysicsWorld
|
2020-01-27 17:46:00 +01:00 |
|
Daniel Chappuis
|
b0fde22678
|
Rename ProxyShape to Collider
|
2020-01-20 21:22:46 +01:00 |
|
Daniel Chappuis
|
5df91f2338
|
Merge rendering branch and fix conflicts
|
2020-01-17 17:11:19 +01:00 |
|
Daniel Chappuis
|
45b02abaec
|
Add PhysicsCommon class and use it as a factory for other library objects and add pile demo in testbed application
|
2019-12-12 18:50:18 +01:00 |
|
Daniel Chappuis
|
43b818573a
|
Improve rendering of testbed application (flat shading, 3 light sources, ...)
|
2019-10-21 07:22:18 +02:00 |
|
Daniel Chappuis
|
ca80d95d84
|
Add RigidBodyComponents class
|
2019-07-16 07:15:13 +02:00 |
|
Daniel Chappuis
|
569964e365
|
Remove Body class
|
2019-07-15 17:38:20 +02:00 |
|
Daniel Chappuis
|
71bfa6afce
|
Remove setLocalScaling() method from CollisionShape and ProxyShape and use scaling only for HeightFieldShape, ConvexMeshShape and ConcaveMeshShape
|
2018-03-26 22:00:52 +02:00 |
|
Daniel Chappuis
|
7495ff6598
|
Refactor the testbed application and display objects AABBs
|
2017-11-02 22:58:41 +01:00 |
|
Daniel Chappuis
|
e725af80b6
|
Update raycasting test code for convex mesh and remove commented code
|
2017-08-22 07:38:22 +02:00 |
|
Daniel Chappuis
|
050e8b36dc
|
Refactor convex mesh shape (create PolyhedronMesh, ConvexPolyhedron classes)
|
2017-03-22 19:07:31 +01:00 |
|
Daniel Chappuis
|
0b0975769b
|
Refactor testbed application
|
2017-01-28 11:38:48 +01:00 |
|
Daniel Chappuis
|
a9da0d6d3c
|
Refactor testbed application
|
2017-01-28 00:59:04 +01:00 |
|
Daniel Chappuis
|
d1cb0d9275
|
Refactor testbed application, Add collision detection scene
|
2017-01-28 00:22:22 +01:00 |
|
Daniel Chappuis
|
f5ade0f52d
|
Fix virtual constructors, use c++11 scoped enums, use c++11 delete methods instead of private constructors
|
2016-07-08 07:25:37 +02:00 |
|
Daniel Chappuis
|
942b63b48d
|
Replace NULL pointer by nullptr
|
2016-05-19 22:47:19 +02:00 |
|
Daniel Chappuis
|
8a75c867a5
|
Change version number of the library
|
2016-04-11 20:15:20 +02:00 |
|
Daniel Chappuis
|
357e0792ea
|
Modifications in concave shape scene in testbed application
|
2016-04-07 08:39:17 +02:00 |
|
Daniel Chappuis
|
4d982ebd31
|
Fix sleeping colors in testbed application
|
2016-03-21 23:02:05 +01:00 |
|
Daniel Chappuis
|
a12703b86d
|
Make possible to create a ConvexMeshShape using a TriangleVertexArray
|
2016-01-07 23:04:39 +01:00 |
|
Daniel Chappuis
|
22b214fb91
|
Add setScaling() method to objects in testbed/common
|
2015-11-20 07:20:56 +01: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
|
1bde11f245
|
Fix compilation errors on Visual Studio
|
2015-08-13 19:47:29 +02:00 |
|
Daniel Chappuis
|
047f612c37
|
Refactoring and adding colors to the testbed application
|
2015-08-08 11:40:37 +02:00 |
|
Daniel Chappuis
|
a35340a930
|
Modify scenes to use the SceneDome class
|
2015-07-29 18:15:20 +02:00 |
|
Daniel Chappuis
|
39ddabb6f5
|
Make possible to witch between scenes and reset them
|
2015-06-25 22:28:11 +02:00 |
|
Daniel Chappuis
|
fadedbdb30
|
Modify rendering to use OpenGL 3.3
|
2015-05-24 17:23:55 +02:00 |
|
Daniel Chappuis
|
28b7a0c059
|
fix issue with interpolation in testbed application
|
2015-04-22 20:54:17 +02:00 |
|
Daniel Chappuis
|
e35db3f150
|
Update the testbed application to perform the interpolation externally
|
2015-04-20 23:23:46 +02:00 |
|
Daniel Chappuis
|
b6d4d83443
|
Start working on the testbed application
|
2015-04-08 20:47:55 +02:00 |
|