MobileRT
1.0
A multi platform C++ CPU progressive Ray Tracer.
|
Go to the source code of this file.
Functions | |
void | RayTrace (::MobileRT::Config &config, bool async) |
void | stopRender () |
void RayTrace | ( | ::MobileRT::Config & | config, |
const bool | async | ||
) |
Helper method that starts the Ray Tracer engine.
config | The MobileRT configurator. |
async | Whether the Ray Tracer should render the image asynchronously or synchronously. |
void stopRender | ( | ) |
Helper method that stops the Ray Tracing process.