Home > Working with SGWorld > Application (IApplication6) > CPUSaveMode
If TRUE, TerraExplorer stops the render cycle until the user interface is utilized, or until another call is made passing false as its parameter. 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.
JavaScript |
|
CPUSaveMode |
C# |
|
bool CPUSaveMode { get; set; } |
C++ |
|
HRESULT CPUSaveMode([out, retval] VARIANT_BOOL* pVal) |