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

Function ToggleSkeleton

tools/assimp_view/MessageProc.cpp:315–318  ·  view source on GitHub ↗

------------------------------------------------------------------------------- Toggle the "Skeleton" state -------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

313// Toggle the "Skeleton" state
314//-------------------------------------------------------------------------------
315void ToggleSkeleton() {
316 g_sOptions.bSkeleton = !g_sOptions.bSkeleton;
317 storeRegKey(g_sOptions.bSkeleton, "Skeleton");
318}
319
320//-------------------------------------------------------------------------------
321// Toggle the "WireFrame" state

Callers 2

MessageProcFunction · 0.85
_tWinMainFunction · 0.85

Calls 1

storeRegKeyFunction · 0.85

Tested by

no test coverage detected