- Apr 06, 2017
-
-
Alexis Girault authored
ENH: Migrate iMSTK from my.cdash.org to open.cdash.org See merge request !162
-
Alexis Girault authored
Migrating to better maintained instance of CDash.
-
Alexis Girault authored
BUG: Fix #122 black analytic objects Closes #122 See merge request !160
-
Alexis Girault authored
Assimp Importer See merge request !142
-
Alexis Girault authored
Fix regression introduced in !121 with the use of the fast normals filter `vtkTriangleMeshPointNormals`. That filter was also applied for surface meshes with non-triangular cells: cells, sphere, capsule, cube (quads and not triangles). Since the issue of non-triangular meshes comes from analytic mesh sources, the output surface meshes will always be rigid, so their normals will stay constant and won't need to be recomputed. We can therefore use the filter `vtkPolyDataNormals`, which is slower but will only need to be called once of no deformation occurs.
-
- Apr 05, 2017
-
-
Nicholas Milef authored
Co-Authored-By:
Alexis Girault <alexis.girault@kitware.com>
-
Nicholas Milef authored
Co-Authored-by:
Alexis Girault <alexis.girault@kitware.com>
-
Nicholas Milef authored
-
- Apr 04, 2017
-
-
Alexis Girault authored
BUG: Fixed bug with PBD collision See merge request !156
-
- Apr 03, 2017
-
-
Alexis Girault authored
ENH: use latest version of Eigen Closes #118 See merge request !157
-
Hong Li authored
- Velocity of particles should be updated only after collision being resolved. - Rename from integrateVelocity() to updateVelocity() for pbdObject and pbdModel.
-
- Mar 31, 2017
-
-
Dženan Zukić authored
-
- Mar 29, 2017
-
-
Alexis Girault authored
ENH: implemented spatial hashing and added an abstract class See merge request !147
-
Nicholas Milef authored
-
- Mar 28, 2017
-
-
Nicholas Milef authored
-
Alexis Girault authored
BUG: Fix point plane cd See merge request !154
-
- Mar 27, 2017
-
-
Sreekanth Arikatla authored
-
Alexis Girault authored
ENH: Add capsule geometry, capsule-mesh collision and rendering See merge request !149
-
Sreekanth Arikatla authored
-
Sreekanth Arikatla authored
Currently VTK doesn't support capsule actor. vtkCapsuleSource class originally authored by Johan Andruejol <johan.andruejol@kitware.com> was modified and used. The source of vtkCapsuleSource class is placed in the imstk source for the moment. This has to be migrated to vtk proper in the future.
-
Sreekanth Arikatla authored
Adds capsule-point cloud collision detection. First the each point in mesh is checked against the bounding sphere of the capsule. If inside, the closest point is found on the line joining the two apexes of the capsule. If the point is inside the bounding sphere then the closest point should be inside the capsule. If the distance between the closest point and the mesh point is less than radius of the hemispheres of the capsule, the collision is registered.
-
Sreekanth Arikatla authored
-
Sreekanth Arikatla authored
BUG: Fix mismatch of Libusb file hash during download See merge request !151
-
- Mar 26, 2017
-
-
Sreekanth Arikatla authored
-
- Mar 24, 2017
-
-
Alexis Girault authored
Render imstk::HexahedralMesh in the scene See merge request !146
-
- Mar 22, 2017
-
-
mohitTyagi authored
-
mohitTyagi authored
-
Nicholas Milef authored
-
Dženan Zukić authored
Updates to make it compile with Visual Studio 2015 See merge request !148
-
Alexis Girault authored
Improved MSH reader for reading and generating a volumetric mesh of hexahedral type See merge request !145
-
Dženan Zukić authored
-
mohitTyagi authored
-
- Mar 21, 2017
-
-
Dženan Zukić authored
-
Dženan Zukić authored
-
Dženan Zukić authored
-
- Mar 15, 2017
-
-
Sreekanth Arikatla authored
Add deformable rigid penalty collision See merge request !128
-
Sreekanth Arikatla authored
Co-Authored-by:
Alexis Girault <alexis.girault@kitware.com>
-
Sreekanth Arikatla authored
Adds deformable-rigid penalty collision handling. Unifies all the penalty collision handling classes into one. Co-Authored-by:
Alexis Girault <alexis.girault@kitware.com>
-
Sreekanth Arikatla authored
Add collision Mesh to sphere and plane coll. detection classes based on brute force approach.
-
Sreekanth Arikatla authored
Adds utility functions for creating scene objects with commonly used call patterns Co-Authored-by:
Alexis Girault <alexis.girault@kitware.com>
-