Skip to content

0.9.0 - Modality Renderers

Latest
Compare
Choose a tag to compare
@Andreas-Forster Andreas-Forster released this 06 Apr 20:26
· 42 commits to master since this release

New Features

  • depth-map, albedo, illumination and normal renderer added (#98)
  • rendering of correspondence images (with backface culling) and tests. (#97)
  • Draw a random coefficient sample of MoMoInstance (#94)
  • Masking Models (#95)
  • Pixel shader that creates Lambertian shading with a point light source. (#96)
  • MoMoRenderer: Speed up the rendering of the same instance under different poses and illuminations by caching the instance() according to the MoMoCoefficients and not the full RenderParameter. (#91)
  • Keep the original domain when creating a posterior PancakeDLRGP. (#93)

Bug fixes

  • fixes #100 calculating normals when a color but no normals are passed with an OptionalColorNormalMesh (#101)
  • Fix for normalizeDoubleImage (#92)
  • removed broken test (#99)
  • Fixes #89 (broken PLY reader) (#90)
  • Fixed package information (#87)