| 70 | text.add( ImGuiMeasurementIndicators::TextColor( SceneColors::get( pass ? SceneColors::LabelsGood : SceneColors::LabelsBad ) ) ); |
| 71 | } |
| 72 | static void endPassFailTextStyle( ImGuiMeasurementIndicators::Text& text ) |
| 73 | { |
| 74 | text.add( ImGuiMeasurementIndicators::TextColor{} ); |
| 75 | } |
| 76 | |
| 77 | [[nodiscard]] static ImVec2 toScreenCoords( const Viewport& viewport, const Vector3f& point ) |
| 78 | { |