Skip to content

2.2.1

Compare
Choose a tag to compare
@einarf einarf released this 14 Jun 21:56
· 335 commits to master since this release
  • imgui renderer now supports moderngl textures. This opens up for both
    displaying images and animated framebuffer textures into imgui.
  • Scene: Fixed several issues related to shader assigning based on material properties.
    This especially affected wavefront/obj files.
  • OrbitCamera: Fixed translation issue (@Leterax)
  • OrbitCamera: Now using degrees instead of radians (@Leterax)
  • Bumped pyglet version to minimum 1.5.6. This version
    solves several issue with window events for MacBooks with Touch Bar