Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ad-si/LuaCAD
/ getOption
Function
getOption
OpenCSG/src/settings.cpp:89–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
int getOption(OptionType option) {
90
initIntOptions();
91
if ((unsigned int)option < OptionTypeUnused) {
92
return gSetting[option];
93
}
94
95
return 0;
96
}
97
98
} // namespace OpenCSG
Callers
6
subtractPrimitives
Function · 0.85
subtractPrimitivesWithOcclusionQueries
Function · 0.85
init
Method · 0.85
render
Function · 0.85
ScissorMemo
Method · 0.85
getParityDepthFunc
Function · 0.85
Calls
1
initIntOptions
Function · 0.85
Tested by
no test coverage detected