- Jan 22, 2016
-
-
Ricardo Ortiz authored
from SimMedTK to iMSTK. Modify the license notice in each file. Add LICENSE file.
-
Ricardo Ortiz authored
from SimMedTK to iMSTK. Modify the license notice in each file. Add LICENSE file.
-
Ricardo Ortiz authored
by examples and unit tests.
-
- Jan 12, 2016
-
-
Ricardo Ortiz authored
Also, adding ThreadPool to the configuration file.
-
- Jan 11, 2016
-
-
Alexis Girault authored
- Add missing export targets (Solvers, TimeIntegrators, VTKRendering) - Remove obsolete GLM from SimMedTKConfig.cmake - Include VRPN libraries in SimMedTKConfig.cmake - Include VTK in SimMedTKCongig.cmake
-
- Dec 21, 2015
-
-
Ricardo Ortiz authored
This module implements forward and backward Euler methods. ENH: Add unit tests ENH: Implement Newton's method. Used in the backward Euler method. Add test for backward euler. Fix MacOSX compilation error. BUG: Make sure row major sparse containers are used for all matrix computations. Clean up interfaces, fix linking errors and transfer implementations to cpp files. Documents methods and variables. Clean solvers test. Adding more documentation. Clean solver tests and interfaces. Fix discrepancies in iterative solvers errors. Add more documentation.
-
- Dec 13, 2015
-
-
Ricardo Ortiz authored
-
- Dec 09, 2015
-
-
Ricardo Ortiz authored
Conflicts: Solvers/BackwardSOR.h Solvers/ForwardGaussSeidel.cpp
-
- Dec 03, 2015
-
-
Ricardo Ortiz authored
-
- Dec 01, 2015
-
-
Ricardo Ortiz authored
The reason why the libusb1 was not found by find_* was strangely because of the veriable name. Seem that find_* do not like numers in the name. Fix rebase conflicts.
-
Sreekanth Arikatla authored
-
Sreekanth Arikatla authored
Camera scope tip bending works!
-
Ricardo Ortiz authored
Update VRPN sha1.
-
Sean Radigan authored
-
Ricardo Ortiz authored
Build VRPN static always.
-
Ricardo Ortiz authored
Add cmake logic so Assimp zlib can be found in release mode.
-
Ricardo Ortiz authored
Work on Integrate ToolCoupler with ObjectSimulartor to implement haptics rendering.
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
Also enable and test force feedback.
-
Ricardo Ortiz authored
generalized a bit. For instance the controller module can be generalized to use any device and not just the phantom.
-
Sean Radigan authored
SimMedTK is using VRPN compiling properly. Most of the VRPN stuff is compiling, but linking has some issues. Somehow VRPN is adding libs that doesn't exist to the VS project for linking. WIP Adds basic reading functionality from a networked phantom omni. Some misc changes happened in this commitsuch as some namespace changes and framework start up and shutdown flow. Added a vrpnPhantomController. Abstracted out renderCube a little because it gets used in other places. Fixed a few compiler warnings
-
Ricardo Ortiz authored
-
Sean Radigan authored
did not test if it compiles on anything. Fix VRPN external build for linux.
-
Ricardo Ortiz authored
Conflicts: CMake/SuperBuild/SuperBuild.cmake
-
- Nov 04, 2015
-
-
Ricardo Ortiz authored
Closes #49
-
Ricardo Ortiz authored
Many other cmake improvements. Fix GLEW/GLU dependency mess. Set build configuration variables and pass down to to superbuild external projects. 1. Removing GLEW external project. Glew is now built with vtk, in order to use it just include the vtk use file and add the vtkglew library to the target link directive. 2. BUILD_SHARED_LIBS is now forced to be OFF for Windows MSVC builds. Build external shared libs in order to avoid linking issues in windows.
-
- Oct 30, 2015
-
-
Sean Radigan authored
-
- Sep 19, 2015
-
-
Ricardo Ortiz authored
from midas. Also, example applications are now installed in their respective binary directories.
-
- Sep 17, 2015
-
-
Ricardo Ortiz authored
-
- Sep 07, 2015
-
-
Ricardo Ortiz authored
-
David Thompson authored
-
David Thompson authored
This adds the "dropbox" example to the **build directory** named `Examples/vegaFem/dropbox`. Running `vegaFem` on the `dropbox.config` file will simulate a cube being dropped onto a plane. This example is intended for debugging and testing purposes.
-
Ricardo Ortiz authored
Refactor renderCube and vegaFEM examples. fixes #36
-
- Sep 05, 2015
-
-
Ricardo Ortiz authored
in order for the superbuild to work as designed. Remove debugging from vtk objects.
-
- Sep 01, 2015
-
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
-
David Thompson authored
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
Automating the way renderers are loaded. Fix broken tests. The renderCube example is broken now. Submitting patch soon. Revert to build command in the Superbuild so that parallel build work again.
-