Skip to content

Release of v2.10.0

Compare
Choose a tag to compare
@jlblancoc jlblancoc released this 08 Jul 22:20
· 469 commits to develop since this release
2.10.0
9abe4e1

Version 2.10.0: Released July 9th, 2023

  • Changes in libraries:
    • \ref mrpt_opengl_grp
      • Move the parameter eyeDistance2lightShadowExtension from TRenderMatrices to mrpt::opengl::TLightParameters so it can be changed from user code (ABI change).
      • New parameter mrpt::opengl::TLightParameters::minimum_shadow_map_extension_ratio
  • Python:
    • More pymrpt examples.
  • BUG FIXES:
    • pymrpt was not automatically built when invoking the python tests using make test_legacy.