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

Function ToggleLightRotate

tools/assimp_view/MessageProc.cpp:259–262  ·  view source on GitHub ↗

------------------------------------------------------------------------------- Toggle the "LightRotate" state -------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

257// Toggle the "LightRotate" state
258//-------------------------------------------------------------------------------
259void ToggleLightRotate() {
260 g_sOptions.bLightRotate = !g_sOptions.bLightRotate;
261 storeRegKey(g_sOptions.bLightRotate, "LightRotate");
262}
263
264//-------------------------------------------------------------------------------
265// Toggle the "NoTransparency" state

Callers 2

MessageProcFunction · 0.85
_tWinMainFunction · 0.85

Calls 1

storeRegKeyFunction · 0.85

Tested by

no test coverage detected