GUI forms with SLA support parameters

This commit is contained in:
tamasmeszaros 2018-11-19 14:14:35 +01:00
commit ad8c7c9f97
16 changed files with 342 additions and 122 deletions

View file

@ -3259,7 +3259,8 @@ bool GLCanvas3D::init(bool useVBOs, bool use_legacy_opengl)
if (m_gizmos.is_enabled()) {
if (! m_gizmos.init(*this)) {
return false;
std::cout << "Unable to initialize gizmos: please, check that all the required textures are available" << std::endl;
return false;
}
if (m_external_gizmo_widgets_parent != nullptr) {