Skip to content
Snippets Groups Projects
  1. Jan 20, 2016
  2. Jan 14, 2016
  3. Jan 13, 2016
    • Alexis Girault's avatar
      ENH: Update CameraController architecture · a41a8090
      Alexis Girault authored
      - Migration of the camera update by external device
      from VTKViewer to LaparoscopicCameraController.
      - Removal of obsolete cameraConfigurationData struct
      - Cleaning of unused variables and of style
      - Simplification of the cameraController feature
      in the LaparoscopicCamera example.
      a41a8090
    • Alexis Girault's avatar
      BUG: allow DisableMouseInteraction in LaparoscopicCamera · 7b9b5153
      Alexis Girault authored
      In the LaparoscopicCamera example the mouse interaction
      was supposed to be disabled, but by setting the new
      interactor style after the viewer initialization, the
      observers rules on the vtkViewer interactor were
      overridden. Placing the interactorStyle beforehand
      resolves the issue.
      
      In the future it would be convenient to have wrapped
      functions in IMSTK to make changes to the interactor
      without the need to go through VTK.
      7b9b5153
  4. Jan 12, 2016
  5. Jan 11, 2016
  6. Dec 21, 2015
  7. Dec 18, 2015
  8. Dec 13, 2015
  9. Dec 11, 2015
  10. Dec 10, 2015
  11. Dec 09, 2015
  12. Dec 08, 2015
    • Ricardo Ortiz's avatar
      Merge branch 'VtkShaders' into 'master' · bc8bb622
      Ricardo Ortiz authored
      Vtk shaders
      
      Starting merge request for vtk shaders, pulled from ricardo branch, implemented mostly by tansel, rebased on master, with cleaning and corrections made by me.
      
      This is a Work in Progress. do not merge. We need to review this altogether with @ricardo-ortiz 
      
      This deprecates an old texture handling, but we need to work on integrating the new implementation, for example if there are no shaders. Also maybe look into getting rid of the use of static objects.
      
      @tanselhalic could you maybe give a description of your work on the shaders and the textures? Also please wait until this is merged to contribute your new changes, so we can start from a clean base again.
      
      Thank you all. Let's get this merged!
      
      See merge request !61
      bc8bb622
    • Ricardo Ortiz's avatar
      STYLE: Removing spaces from example. Renaming examples. · 1026cc60
      Ricardo Ortiz authored
      All examples should follow the same conventions.
      Name of the application should match the directory name containing it.
      1026cc60
Loading