MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / direction

Method direction

Source/Falcor/Utils/UI/Gui.cpp:1479–1482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1477}
1478
1479bool Gui::Widgets::direction(const char label[], float3& direction)
1480{
1481 return mpGui ? mpGui->mpWrapper->addDirectionWidget(label, direction) : false;
1482}
1483
1484template<>
1485FALCOR_API bool Gui::Widgets::checkbox<bool>(const char label[], bool& var, bool sameLine)

Callers 2

renderUIMethod · 0.80
renderUIMethod · 0.80

Calls 1

addDirectionWidgetMethod · 0.80

Tested by

no test coverage detected