Skip to content

Releases: alicevision/geogram

v1.6.2

19 Mar 11:33
Compare
Choose a tag to compare

Geogram 1.6.2 is out:

Download: https://gforge.inria.fr/frs/?group_id=5833

Release Notes
Bugfixes and GUI improvements.
Change Log

  • Fixed bug in LSCM texturing (thank you Victor Ripplinger)
  • Additional callbacks in TextEditor for generating tooltips and handling completion in Graphite Lua editor.

v1.6.1

07 Mar 14:32
Compare
Choose a tag to compare

Release Notes

Minor bugfixes

Change Log

  • Fix/workaround for graphics glitches on Intel boards (occured in shaders that both write to gl_FragDepth, access gl_PrimitiveID and access gl_PointCoord). This concerns picking for points. Deactivated gl_FragDepth update for points picking on Intel boards (picking will be a little bit less accurate, but still better than what we have with the bug).

  • Fixed some warnings.

Download:

https://gforge.inria.fr/frs/?group_id=5833

v1.6.0

05 Feb 16:38
Compare
Choose a tag to compare

Release Notes
This is the version shipped with Graphite3-1.6.0

  • New polyhedral mesher and OpenVolumeMesh file format
  • Completed GUI in geogram_gfx for Graphite

Change Log

  • New polyhedral mesher
  • OpenVolumeMesh file I/O for new polyhedral mesher
  • Many bugfixes (graphic glitches)
  • Backported text editor to older compilers

Download: https://gforge.inria.fr/frs/?group_id=5833

v1.5.6

26 Jan 10:09
Compare
Choose a tag to compare

Release Notes
Bugfixes and enhancements in ImGui coupling.
This is the version that goes with Graphite3-1.5.6.
Change Log

  • Missing GEOGRAM_GFX_API keyword in TextEditor nested class (fixes a compilation problem under windows)
  • Added some missing virtual functions in GlupViewerGUI widgets to facilitate their use in Graphite.
  • Minor bugfixes and performance enhancements in GUI/Graphics code.

Download: https://gforge.inria.fr/frs/?group_id=5833

v1.5.5

15 Jan 16:57
Compare
Choose a tag to compare

Release Notes
This is the version of Geogram shipped with (upcoming) Graphite3-1.5.5
Change Log

  • Updated to ImGui 1.53 (has Styles)
  • Several functions made virtual in GLUP viewer GUI (for Graphite)
  • Minor bugfixes and warning fixes
    Download:

https://gforge.inria.fr/frs/?group_id=5833

v1.5.4

14 Dec 18:14
Compare
Choose a tag to compare

Release Notes
Kd tree improvements, small fixes, better MacOS/X support.
Change Log

  • Kd tree: small optimizations, new AdaptiveKdTree implementation (more efficient for highly heterogeneous pointsets).

  • Small bugfixes, warnings fixes.

  • Fixed compilation problems for MacOS/X (isnan() and spinlocks) (Jeremie Dumas and Laurent Alonso)

v1.5.3

09 Nov 16:16
Compare
Choose a tag to compare

Release Notes
Bugfixes, new platform (Android aarch64) and preparing for 1.6 release
Change Log

  • Bugfix (deadlock) in parallel Delaunay3d code by Hiep Vu
  • Fixed portability issues related with isnan() / isfinite() in Delaunay_psm (please report any issue to [email protected])
  • Regorganization of ImGui coupling, preparing for ImGui-based release of Graphite (upcoming Graphite3-1.6 version)
  • Support for Android aarch64 (ARM 64 bits) (geogram and exploragram, no geogram_gfx yet)