Skip to content

Commit

Permalink
Don't draw the non-working buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikhuber committed Apr 1, 2018
1 parent 0beb6a8 commit 359d24b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eos-model-viewer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ int main(int argc, const char* argv[])
viewer.data().set_colors(get_C(sample));
}
}
/* // Not yet implemented:
if (ImGui::Button("Random identity sample", ImVec2(-1, 0)))
{
}
Expand All @@ -404,6 +405,7 @@ int main(int argc, const char* argv[])
if (ImGui::Button("Random color sample", ImVec2(-1, 0)))
{
}
*/
ImGui::InputFloat3("sdev [shp, exp, col]", &random_sample_sdev[0], 2);
ImGui::End(); // end "Morphable Model" window

Expand Down

0 comments on commit 359d24b

Please sign in to comment.