Commit Graph

21 Commits (master)

Author SHA1 Message Date
Martin Felis b481b43264 Number of solver steps now editable in debug gui 2022-06-25 21:53:21 +02:00
Martin Felis 1848fd14cf FPS Control working, minor UI cleanup. 2021-10-29 15:52:32 +02:00
Martin Felis ea92663609 Basic ImGuizmo support. 2021-10-09 11:21:53 +02:00
Martin Felis f06da4445f Reverted to using boxes and spheres for the scene 2021-08-06 12:16:34 +02:00
Martin Felis ab469b40c8 Added Tracy profiler 2021-08-06 12:11:47 +02:00
Martin Felis 40734883d8 Adjusted simulation scene generation (boxes and spheres) 2021-07-09 20:28:45 +02:00
Martin Felis 10b59578e1 Properly separate sliders for each body 2020-11-25 17:05:13 +01:00
Martin Felis ca4f4048df Adjusted scene (more objects, mixed boxes and spheres) 2020-11-24 22:30:59 +01:00
Martin Felis 3fd715611d Added applying slight separation impulse in case of penetration, also started working on friction along tangents. 2020-11-21 21:18:57 +01:00
Martin Felis cb387beb33 Using manifold points instead of posA, posB for adding constraints. 2020-11-21 20:09:26 +01:00
Martin Felis 4b19fd9c0b Fixed simulation crash by increasing the manifold array as I'm getting more manifolds than expected. 2020-11-20 23:16:37 +01:00
Martin Felis 8dd349752d Apply random rotation on test bodies when resetting scene. 2020-11-20 22:54:59 +01:00
Martin Felis 17336be8d6 Using boxes instead of spheres for simulation. 2020-11-20 22:53:30 +01:00
Martin Felis e47be90fac Sending full transform info (rot, scale, translation) to srender. 2020-11-20 22:51:24 +01:00
Martin Felis 67cc892f14 Collision resolution works. Finally! 2020-11-15 22:23:32 +01:00
Martin Felis 4389dd19fc Working on unilateral contact constraints. 2020-11-13 21:54:08 +01:00
Martin Felis 48b72c7e15 Implemented state history buffer and scrubbing. 2020-11-13 13:26:52 +01:00
Martin Felis 7efa3e6dda Trying to get collisions in simulation right. 2020-11-13 01:30:46 +01:00
Martin Felis 3fac49ed9e Added restitution to CreateSphereBody, debugging impulse computation. 2020-11-08 12:50:12 +01:00
Martin Felis 8ef9a923d8 Sort of working bouncing simulation. 2020-11-05 23:12:05 +01:00
Martin Felis d1fa076581 Basic Simulator with editing of scene. 2020-11-02 21:07:26 +01:00