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

Function UpdatePPSettings

tools/assimp_view/MessageProc.cpp:203–207  ·  view source on GitHub ↗

------------------------------------------------------------------------------- Changed pp setup -------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

201// Changed pp setup
202//-------------------------------------------------------------------------------
203void UpdatePPSettings() {
204 DWORD dwValue = ppsteps;
205 RegSetValueExA(g_hRegistry,"PostProcessing",0,REG_DWORD,(const BYTE*)&dwValue,4);
206 UpdateWindow(g_hDlg);
207}
208
209//-------------------------------------------------------------------------------
210// Toggle the "Display Normals" state

Callers 1

MessageProcFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected