Releases: alicevision/geogram
v1.6.2
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
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:
v1.6.0
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
v1.5.6
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.
v1.5.5
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:
v1.5.4
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
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)