MCPcopy Create free account
hub / github.com/assimp/assimp / ToggleLowQuality

Function ToggleLowQuality

tools/assimp_view/MessageProc.cpp:275–278  ·  view source on GitHub ↗

------------------------------------------------------------------------------- Toggle the "LowQuality" state -------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

273// Toggle the "LowQuality" state
274//-------------------------------------------------------------------------------
275void ToggleLowQuality() {
276 g_sOptions.bLowQuality = !g_sOptions.bLowQuality;
277 storeRegKey(g_sOptions.bLowQuality, "LowQuality");
278}
279
280//-------------------------------------------------------------------------------
281// Toggle the "Specular" state

Callers 2

MessageProcFunction · 0.85
_tWinMainFunction · 0.85

Calls 1

storeRegKeyFunction · 0.85

Tested by

no test coverage detected