Skip to content

Graphene 1.10.0 (stable)

Compare
Choose a tag to compare
@ebassi ebassi released this 08 Sep 16:37
· 158 commits to master since this release

New stable release, in time for GNOME 3.34!

A few last minute API additions, mostly driven by Gthree.

Changes since 1.9.6:

  • Add graphene_matrix_decompose() [#170]
  • Add intersection methods to graphene_ray_t [#171]
  • Add graphene_triangle_init_from_float() [#171]
  • Add graphene_triangle_get_uv() [#171]
  • Fix graphene_ray_transform() [#169, Alexander Larsson]
  • Documentation fixes