Skip to content
Snippets Groups Projects
  1. Jul 12, 2016
    • Alexis Girault's avatar
      ENH: Add support for texturing surface mesh · 2bcbfc69
      Alexis Girault authored
      1) In imstkMesh, allow to store point data arrays.
      
      2) In imstkSurfaceMesh, get rid of the API for texture
      coordinates and vertice tangents. Instead, we'll store
      the name of the data array to use as a default texture
      coordinate if none is specified by the user, and offer
      the addTexture() API to populate a texture map storing
      the filename of the texture and the name of the array
      to use as texture coordinates.
      
      3) Update imstkVTKMeshReader to copy all point data,
      not just active texture coordinates, and define the
      default texture coordinates if active coordinates exist.
      
      4) Update imstkSurfaceMeshRenderDelegate to convert
      back point data arrays to vtk data arrays wihtin the
      polydata, and use the latest API in VTK to define
      multiple texture coordinates and textures.
      2bcbfc69
    • Alexis Girault's avatar
      COMP: Make MappedVertexArray non pure virtual · 5ac0a51d
      Alexis Girault authored
      Since updating VTK, changes in MappedVertexArray base class
      requires to update a few things. (const and typed methods)
      5ac0a51d
  2. Jun 21, 2016
  3. Jun 20, 2016
  4. Jun 16, 2016
  5. Jun 15, 2016
  6. Jun 10, 2016
  7. Jun 09, 2016
  8. Jun 06, 2016
  9. Jun 02, 2016
  10. May 30, 2016
  11. May 29, 2016
  12. May 27, 2016
  13. May 26, 2016
  14. 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
  15. May 19, 2016
  16. May 18, 2016
Loading