Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DanielChappuis/reactphysics3d
/ draw
Method
draw
testbed/src/Gui.cpp:85–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
}
84
85
void Gui::draw() {
86
87
if (mIsDisplayed) {
88
mScreen->draw_setup();
89
mScreen->draw_contents();
90
}
91
}
92
93
void Gui::drawTearDown() {
94
Callers
1
start
Method · 0.80
Calls
no outgoing calls
Tested by
1
start
Method · 0.64