MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / endPassFailTextStyle

Function endPassFailTextStyle

source/MRViewer/MRRenderDimensions.cpp:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 text.add( ImGuiMeasurementIndicators::TextColor( SceneColors::get( pass ? SceneColors::LabelsGood : SceneColors::LabelsBad ) ) );
71}
72static 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{

Callers 1

renderPassMethod · 0.85

Calls 1

addMethod · 0.45

Tested by

no test coverage detected