virtualGizmo3D v2.02
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;
- now declare:
- in file
vgConfig.h
uncomment#define VGIZMO_USES_GLM
to continue to use glm, or addVGIZMO_USES_GLM
to compiler preprocessor defines.