Skip to content

virtualGizmo3D v2.02

Compare
Choose a tag to compare
@BrutPitt BrutPitt released this 01 Dec 06:13
· 14 commits to master since this release

Changes from v. 1.0

Users of the previous version need:

  • change #include <virtualGizmo3D.h>   ==>   #include <vGizmo3D.h>
  • adding using namespace vg
  • change typedef vfGizmoClass/vfGizmoClass3D   ==>   vGizmo/vGizmo3D
    • now declare: vg::vGizmo3D gizmo;
  • in file vgConfig.h uncomment #define VGIZMO_USES_GLM to continue to use glm, or add VGIZMO_USES_GLM to compiler preprocessor defines.