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

Function ToggleCulling

tools/assimp_view/MessageProc.cpp:307–310  ·  view source on GitHub ↗

------------------------------------------------------------------------------- Toggle the "Culling" state -------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

305// Toggle the "Culling" state
306//-------------------------------------------------------------------------------
307void ToggleCulling() {
308 g_sOptions.bCulling = !g_sOptions.bCulling;
309 storeRegKey(g_sOptions.bCulling, "Culling");
310}
311
312//-------------------------------------------------------------------------------
313// Toggle the "Skeleton" state

Callers 2

MessageProcFunction · 0.85
_tWinMainFunction · 0.85

Calls 1

storeRegKeyFunction · 0.85

Tested by

no test coverage detected