Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

void Impala::Visualization::DirImViewer3D::SetUpCameraControl3D (  )  [inline, private]

Definition at line 335 of file DirImViewer3D.h.

References mCam3DControlEx, OglGui::Camera3DControlEx::MinMaxX(), OglGui::Camera3DControlEx::MinMaxY(), OglGui::Camera3DControlEx::MinMaxZ(), OglGui::Camera3DControlEx::PreferredSize(), OglGui::OglWindow::SetBorderType(), and OglGui::TitledWindow::SetContentPane().

Referenced by Init().

00336     {
00337         int prefW, prefH;
00338         Camera3DControlEx::PreferredSize(prefW,prefH);
00339 
00340         TitledWindow* tWnd =
00341             new TitledWindow(this,10,10, prefW+8, prefH+32, "Camera3D Control");
00342 
00343         mCam3DControlEx = new Camera3DControlEx(tWnd, 0, 0, 10, 10, this);
00344         tWnd->SetContentPane(mCam3DControlEx);
00345         mCam3DControlEx->SetBorderType(0);
00346         mCam3DControlEx->MinMaxX(-6, 6);
00347         mCam3DControlEx->MinMaxY(-6, 6);
00348         mCam3DControlEx->MinMaxZ(-12, 12);
00349     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:24:39 2011 for ImpalaSrc by  doxygen 1.5.1