remove GLModel from base class

- only 2 gizmo use cone
This commit is contained in:
Filip Sykala 2021-12-10 15:51:07 +01:00
parent 123903f317
commit 3c7390e34e
6 changed files with 12 additions and 10 deletions

View file

@ -91,6 +91,7 @@ void GLGizmoRotate::disable_grabber() { m_grabbers[0].enabled = false; }
bool GLGizmoRotate::on_init()
{
m_cone.init_from(its_make_cone(1., 1., 2 * PI / 24));
m_grabbers.push_back(Grabber());
return true;
}