Definition at line 68 of file Cluster.h. References OglGui::OglWindow::GetOGLWND(), mDetailImageI, OglGui::OglWindow::mOglWnd, and Impala::Application::DemoCamera2d::oglWnd. 00069 { 00070 mDetailImageI = 0; 00071 OGLWND* oglWnd = GetOGLWND(); 00072 oglSys.AllowPicking(mOglWnd, 1, 1); 00073 oglSys.SetAllowCameraMove(oglWnd, true); 00074 }
Here is the call graph for this function:
|