- 26 Jul, 2019 4 commits
-
-
Sreekanth Arikatla authored
Minor clean up See merge request !350
-
Sreekanth Arikatla authored
-
Sreekanth Arikatla authored
-
Sreekanth Arikatla authored
-
- 25 Jul, 2019 5 commits
-
-
Sreekanth Arikatla authored
-
Sreekanth Arikatla authored
-
Sreekanth Arikatla authored
-
Sreekanth Arikatla authored
Refactor Geometry See merge request !347
-
Nghia Truong authored
REFAC: Add a name field to geometry class, allowing to set a name to each geometry. This is useful during debug printing information: user can quickly identify the object in the scene.
-
- 24 Jul, 2019 7 commits
-
-
Nghia Truong authored
-
Sreekanth Arikatla authored
Refactor Collision Detection See merge request !346
-
Nghia Truong authored
-
Nghia Truong authored
-
Nghia Truong authored
ENH: Rewrite collision detection classes, moving their code to a static namespace called "NarrowPhaseCD". Also add new collision detection classes, such as "PointSetToVolumeMesh" and "SurfaceMeshToSurfaceMesh"
-
Nghia Truong authored
REFAC: Rename IntersectionTestUtils to CollisionUtils and add more function to test segment-triangle intersections and compute point-triangle closest distance
-
Nghia Truong authored
-
- 23 Jul, 2019 5 commits
-
-
Sreekanth Arikatla authored
Octree Data Structure See merge request !342
-
Nghia Truong authored
-
Nghia Truong authored
-
Nghia Truong authored
REFAC: Add computeBoundingBox to geometry class; add a unique ID to each generated gemetry object; and fix race condition in pointset while accessing vertex positions by immediately update transformation upon initializing positions
-
Nghia Truong authored
-
- 15 Jul, 2019 7 commits
-
-
Sreekanth Arikatla authored
Fix SPH Boundary Condition See merge request !343
-
Sreekanth Arikatla authored
Fix uncrustify bug that mistakenly remove proper semicolons See merge request !345
-
Nghia Truong authored
-
Nghia Truong authored
-
Nghia Truong authored
# Conflicts: # Source/Collision/CollisionHandling/imstkSPHCollisionHandling.cpp
-
Nghia Truong authored
This bug is due to invalid computation of boundary friction, causing incorrect damping (negative damping) that accelerate the colliding particles instead of slowing them down.
-
Sreekanth Arikatla authored
New uncrustify config See merge request !341
-
- 14 Jul, 2019 6 commits
-
-
Nghia Truong authored
-
Nghia Truong authored
* Alignment of variables and comments * Add/remove spaces when needed * Enforce spaces around '*' and '&' of reference and pointer variables * Remove redundant semicolons * Break line between function return type and function definition * Enforce position of boolean operators, making multiple-line boolean expressions easier to read
-
Sreekanth Arikatla authored
Enhance text status and allow to change debug geometry at run time See merge request !337
-
Nghia Truong authored
-
Nghia Truong authored
Implement a second text status, allowing user to display custom information on screen.
-
Nghia Truong authored
Totally avoid memory pre-allocation, thus the vertex buffer is resized only when needed.
-
- 06 Jul, 2019 2 commits
-
-
Sreekanth Arikatla authored
Refactor geometry mapping classes See merge request !338
-
Sreekanth Arikatla authored
-
- 05 Jul, 2019 1 commit
-
-
Sreekanth Arikatla authored
ENH: Vulkan display modes Closes #226 See merge request !335
-
- 04 Jul, 2019 3 commits
-
-
Sreekanth Arikatla authored
-
Sreekanth Arikatla authored
Runtime error for PBD object without geometry map set. Check if the map exist before generating constraints
-
Sreekanth Arikatla authored
-