Turn mesh visualization option into viewport bitmasks.

This commit is contained in:
Jérémie Dumas
2019-02-19 08:53:14 -05:00
parent 63b5effada
commit 5065640657
9 changed files with 111 additions and 26 deletions
-1
View File
@@ -86,7 +86,6 @@ int main(int argc, char *argv[])
ImGuiWindowFlags_NoSavedSettings
);
// Expose the same variable directly ...
ImGui::PushItemWidth(-80);
ImGui::DragScalar("double", ImGuiDataType_Double, &doubleVariable, 0.1, 0, 0, "%.4f");