- Aug 07, 2017
-
-
Nicholas Milef authored
-
- Aug 03, 2017
-
-
Sreekanth Arikatla authored
Remove initialization in the application code See merge request !208
-
Sreekanth Arikatla authored
-
Sreekanth Arikatla authored
Streamline initialization of scene and its elements See merge request !204
-
Sreekanth Arikatla authored
1. Pass basic types by value 2. Add missing comments
-
Sreekanth Arikatla authored
-
Sreekanth Arikatla authored
-
- Aug 02, 2017
-
-
Sreekanth Arikatla authored
-
Sreekanth Arikatla authored
STYLE: Remove axis labels and make shaft as cylinders See merge request !205
-
Sreekanth Arikatla authored
-
- Aug 01, 2017
-
-
Sreekanth Arikatla authored
Add support for point set See merge request !202
-
- Jul 31, 2017
-
-
Sreekanth Arikatla authored
-
Sreekanth Arikatla authored
Mesh class is renamed to PointSet since the word 'mesh' implies that connectivity information is part of the class which is not the case
-
- Jul 26, 2017
-
-
Sreekanth Arikatla authored
-
Sreekanth Arikatla authored
Modify PBD class to allow a point set to be used for fluid simulations
-
Sreekanth Arikatla authored
Point set (Mesh) is now a full and renderable class. Scene objects can now be created that can utilize mesh class for both physics and rendering. A separate render delegate is created for Mesh class
-
- Jul 24, 2017
-
-
Sreekanth Arikatla authored
BUG: Fixes the bug with tetrahedral rendering of deformable body See merge request !201
-
Sreekanth Arikatla authored
-
Sreekanth Arikatla authored
ENH: Adds background color option to VTKViewer class See merge request !200
-
Sreekanth Arikatla authored
Adds background color option to VTKViewer class which internally calls vtkRenderer
-
- Jul 21, 2017
-
-
Sreekanth Arikatla authored
ENH: Fix winding order of surface mesh to enforce consistency See merge request !198
-
Sreekanth Arikatla authored
Add option to enforce consistency of winding of resulting surface mesh in the extractSurfaceMesh function
-
Sreekanth Arikatla authored
-
Sreekanth Arikatla authored
Start with a reference triangle and enforce the consistency of its neighbors. Keep track of those neighbor triangles whose order is enforced but its neighbors not necessarily enforced (trianglesCorrected). Continue this operation until there is no triangle left in this list.
-
Sreekanth Arikatla authored
ENH: Add viscous damping to the PBD model See merge request !199
-
Sreekanth Arikatla authored
-
- Jul 18, 2017
-
-
Sreekanth Arikatla authored
STYLE: Make device names in sandbox global variables See merge request !195
-
Sreekanth Arikatla authored
Move the main() to the end of the file
-
- Jul 15, 2017
-
-
Sreekanth Arikatla authored
BUG: Fix lighting related bugs in fluid examples See merge request !194
-
Sreekanth Arikatla authored
-
- Jul 12, 2017
-
-
Sreekanth Arikatla authored
Custom shaders See merge request !173
-
- Jul 07, 2017
-
-
Sreekanth Arikatla authored
Pbd fluid simulation See merge request !190
-
Sreekanth Arikatla authored
In the PbdConstantDensityConstraint class: 1. Style changes 2. Remove unused functions 3. Remove casting warnings 4. Add get set functions for density and max. neighbor distance 5. Add comments for variables and functions 6. Remove grid based neighbor search functions
-
- Jul 06, 2017
-
-
Nicholas Milef authored
-
Sreekanth Arikatla authored
-
-
-
-
-
- Jul 03, 2017
-
-
Sreekanth Arikatla authored
PERF: Remove cell consistency check See merge request !193
-