Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BZFlag-Dev/bzflag
/ GFXMain
Function
GFXMain
tools/modeltool/modeltool.cpp:1694–1700 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1692
ModelToolApp app;
1693
1694
int GFXMain(int argc, char* argv[]) {
1695
app.args.Set(argc, argv);
1696
app.init(argc, argv);
1697
app.run();
1698
1699
return 0;
1700
}
1701
1702
void ModelToolApp::init(int argc, char* argv[]) {
1703
xRot = 45;
Callers
1
main
Function · 0.85
Calls
2
init
Method · 0.45
run
Method · 0.45
Tested by
no test coverage detected