static bool MyKnob(const char* label, float* p_value, float v_min, float v_max)
{
ImGuiIO& io = ImGui::GetIO();
ImGuiStyle& style = ImGui::GetStyle();
float radius_outer = 20.0f;
ImVec2 pos = ImGui::GetCursorScreenPos();
ImVec2 center = ImVec2(pos.x + radius_outer, pos.y +...
Просмотры: 1,905
Ответы: 3