Skip to content

Release 1.4

Latest
Compare
Choose a tag to compare
@kerautret kerautret released this 11 Jun 12:57
· 14 commits to master since this release
d664f4b

Blog Post of the related DGTal 1.4 release 🎉

DGtalTools 1.4

  • build

    • Remove STBimage preprocessor instruction used to fix MVSC that is no more usefull since DGtal PR 175 (Bertrand Kerautret #459)
  • visualisation

    • meshViewer: new options to change the default background color, to load camera settings at startup, to change at startup the light source mode attached or not to the camera and improve transparency process at startup rendering. It includes a fix of the -customColorMesh for obj mesh and add new possibilities to custom the color of each mesh given as input. It also includes a fix and some simplications of the option --doSnapShotAndExit. (Bertrand Kerautret #448)
    • meshViewer: new option to set alpha channel of the mesh color. (Bertrand Kerautret #451)
    • 3dSDPViewer: new option to set alpha channel of the mesh color. (Xun Gong #452)
    • meshViewer: Add colored SDP option in meshViewer when input texts is an alpha mesh and a colored SDP respectively. (Xun Gong #452)
    • volscope new vol visualization tool using polyscope (David Coeurjolly, #455)
    • volscope documentation enhanced (David Coeurjolly, #460)
  • volumetric

    • volReSample: fix the impossibility to export to vol when ITK is activated (Bertrand Kerautret #445)
    • volFillInterior: add new option to set the filling value. (Bertrand Kerautret #456)
  • converters

    • mesh2vol: small fix to read generic mesh. (Bertrand Kerautret #444)
    • mesh2vol: use the digitization space defined from bounding box of input mesh. (Bertrand Kerautret #450)