In this method, if the bSavingMode parameter is set to true, TerraExplorer stops the render cycle until the user interface is utilized, or until another call is made passing false as its parameter.
HRESULT SetCPUSavingMode(
[in] int bSavingMode)
Parameters:
bSavingMode – A Boolean that decides whether or not the saving mode is set to true.
Return Values:
S_OK if the method call succeeded.
Remarks:
Since TerraExplorer extensively utilizes the CPU to render the terrain, if the client wants to perform a few operations, instructing TerraExplorer to enter CPU saving mode might prove to be helpful to the client in completing those operations quicker.