- Oct 03, 2017
-
-
Nicholas Milef authored
-
- Oct 02, 2017
-
-
Nicholas Milef authored
-
- Sep 17, 2017
-
-
Sreekanth Arikatla authored
Add option to adaptively change time step for dynamic objects to enforce real-time See merge request !220
-
Sreekanth Arikatla authored
-
Sreekanth Arikatla authored
-
Sreekanth Arikatla authored
-
- Sep 14, 2017
-
-
Sreekanth Arikatla authored
Add audio support using SFML See merge request !209
-
- Sep 13, 2017
-
-
Sreekanth Arikatla authored
-
- Sep 12, 2017
-
-
Sreekanth Arikatla authored
Replace the ssh links for some dependencies with https ones See merge request !219
-
Sreekanth Arikatla authored
This will not mandate the users that checkout the code to set up ssh
-
- Sep 10, 2017
-
-
Sreekanth Arikatla authored
Add audio testing examples in sandbox. Add resources to the data folder
-
Sreekanth Arikatla authored
A cmake option to enable audio is provided which is not enabled by default. Only audio module of the SFML is build using the cmake options.
-
- Sep 08, 2017
-
-
Sreekanth Arikatla authored
Vulkan renderer See merge request !111
-
Nicholas Milef authored
-
- Sep 07, 2017
-
-
Nicholas Milef authored
-
- Aug 30, 2017
-
-
Sreekanth Arikatla authored
ENH: Print the user controls See merge request !218
-
Sreekanth Arikatla authored
Print the user controls at the start of the simulation.
-
Sreekanth Arikatla authored
Add UPS print utilities See merge request !217
-
Sreekanth Arikatla authored
-
Sreekanth Arikatla authored
-
- Aug 28, 2017
-
-
Sreekanth Arikatla authored
Adds option to reset the dynamic objects of the scene See merge request !196
-
Sreekanth Arikatla authored
-
- Aug 25, 2017
-
-
Sreekanth Arikatla authored
The reset doesn't work for NeoHookean PBD constraints but works for other types of constraints. This is added to issue tracker. Using StVK type FEM constraint in PBDVolume() example Some format enforcements by Uncrustify
-
Sreekanth Arikatla authored
-
Sreekanth Arikatla authored
-
Sreekanth Arikatla authored
-
Sreekanth Arikatla authored
The kinematic state of the objects are reset to the initial state stored in 'm_initialState'
-
- Aug 24, 2017
-
-
Sreekanth Arikatla authored
Rename source code folder from 'Base' to 'Source' See merge request !216
-
Sreekanth Arikatla authored
-
Sreekanth Arikatla authored
-
- Aug 17, 2017
-
-
Sreekanth Arikatla authored
Minor clean/refactoring of core classes See merge request !215
-
Sreekanth Arikatla authored
1. Enables correct winding of the surface triangles of the surface mesh extracted from the tetrahedral mesh 2. Adds render material for the surface mesh 3. Change the default mesh that is loaded in the sandbox example
-
- Aug 12, 2017
-
-
Sreekanth Arikatla authored
Currently, if all the damping coefficients are zero, the initialization is stopped in between which is not intended. Modifications are made to continue initialization of the rest of the FE mode if all damping coefficients are zero.
-
Sreekanth Arikatla authored
The inverse mass vector which is used to enforce fixed constraints are reinitialized after properly set which can cause most of the nodes to be fixed (bug).
-
Sreekanth Arikatla authored
Enforces const correctness
-
Sreekanth Arikatla authored
1. Enforces const correctness 2. Adds move constructors
-
Sreekanth Arikatla authored
1. Enforces const correctness 2. Adds move constructors 3. Adds comments
-
Sreekanth Arikatla authored
1. Enforces const correctness 2. Adds move constructors
-
Sreekanth Arikatla authored
Adds option to start the simulation manager with the simulation either in RUNNING or PAUSED mode and the viewer in DEBUG or SIMULATION mode. Other changes: 1. enforce const correctness 2. add comments to the member functions 3. add overload function to retrieve scene manager by scene object 4. rename 'current' scene to 'active' scene
-
- Aug 08, 2017
-
-
Sreekanth Arikatla authored
STYLE: Clean examples in sandbox See merge request !210
-