void CBCGPChartDiagram3D::SetRenderingType | ( | CBCGPEngine3D::BCGP_3D_RENDERING_TYPE | rt, |
BOOL | bRenderToWindow = TRUE |
||
) |
Sets rendering type for 3D scene.
Call this method to set new rendering engine.
rt can be one of the following enumerated values:
Software rendering is enabled by default.
It's highly recommended using BCGP_RT_OPENGL for surface charts and for 3D charts with many data points.
rt | Specifies the rendering engine type. |
bRenderToWindow | TRUE - use "render to window" option for OpenGL engine; FALSE - use "render to memory DC" option for OpenGL engine. |