Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DanielChappuis/reactphysics3d
/ drawTearDown
Method
drawTearDown
testbed/src/Gui.cpp:93–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
void Gui::drawTearDown() {
94
95
if (mIsDisplayed) {
96
mScreen->draw_widgets();
97
}
98
99
mScreen->draw_teardown();
100
}
101
102
103
// Update the GUI values with the engine settings from the current scene
Callers
1
start
Method · 0.80
Calls
no outgoing calls
Tested by
1
start
Method · 0.64