31{
32 DrawHeader("Maximum Mesh Coordinates");
33 ImGui::Dummy(ImVec2(150, 10));
34 ImGui::SameLine();
35 ImGui::Text("Max X");
36 outputPins[0]->Render();
37 ImGui::Dummy(ImVec2(150, 10));
38 ImGui::SameLine();
39 ImGui::Text("Max Y");
40 outputPins[1]->Render();
41 ImGui::Dummy(ImVec2(150, 10));
42 ImGui::SameLine();
43 ImGui::Text("Max Z");
44 outputPins[2]->Render();
45}