Skip to content

Releases: yuki-koyama/three-dim-util

v1.0

19 Mar 01:10
Compare
Choose a tag to compare

This release changes a lot from the last release:

  • Explicitly call OpenGL 2.1 APIs
  • Rely on QOpenGLFunctions in Qt5 to distinguish OpenGL APIs
  • Add utility functions to draw primitives
  • Add utility functions to manage materials
  • Set Travis CI

v0.3

25 Aug 03:07
Compare
Choose a tag to compare

This release includes the following important changes:

  • Remove GLU and GLUT dependency
  • Add many drawing helper functions (e.g., draw_sphere)
  • Add many OpenGL wrapper functions for Eigen (e.g., mult_matrix)
  • Add Qt dependency and provide a Qt-based widget class with simple mouse interaction

v0.2.0

10 Jul 02:09
Compare
Choose a tag to compare

This release includes the following important changes:

  • Add matrix-related utility functions

v0.1.0

18 May 08:14
Compare
Choose a tag to compare
Move glTranslate to gl-wrapper.hpp