Skip to content
Snippets Groups Projects
  1. May 27, 2016
  2. May 26, 2016
  3. May 23, 2016
    • Alexis Girault's avatar
      COMP: Correct errors in TimeIntegrator · 06453757
      Alexis Girault authored
      1) include <g3log/g3log.hpp> for logger
      2) use TimeIntegrator::Type instead of timeIntegratorType
      3) use std::array to be able to assign from an initializer list
      
      Style:
      1) Add call definition in error logs
      2) Change case of TimeIntegrator::Type enum
      3) do not use 'this->' on class members
      06453757
  4. May 20, 2016
  5. May 19, 2016
  6. May 18, 2016
  7. May 17, 2016
  8. May 16, 2016
  9. May 13, 2016
    • Alexis Girault's avatar
      WIP: Implement CameraController · b5a57f0f
      Alexis Girault authored
      1) Camera does not hold a vtkCamera anymore (less tight integration).
      It holds camera parameters.
      
      2) Camera has a pointer to CameraController, that you can set up
      based on a deviceclient. This camera controller has a reference
      to the camera, and updates its parameters based on the deviceclient
      retrieved information.
      
      3) Scene runs the controller as an asynchronous module in its own
      thread, it is therefore started in Scene::initModule and ended in
      Scene::cleanUpModule.
      
      4) In the timer loop of InteractorStyle, the vtk camera is updated
      based on the scene camera.
      
      5) In Renderer, a new vtk Camera needs to be created to match the
      scene camera, since it is not created anymore in imstk::Camera.
      b5a57f0f
    • Alexis Girault's avatar
      ENH: Render on timer event from window interactor · 835e68c9
      Alexis Girault authored
      1) Create a timer on the renderWindowInteractor
      2) Render() in 'InteractorStyle::OnTimer()'
      835e68c9
    • Alexis Girault's avatar
      0581754a
Loading