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

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

Definition at line 295 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().

00296     {
00297         int prefW, prefH;
00298         Camera3DControlEx::PreferredSize(prefW,prefH);
00299 
00300         TitledWindow* tWnd =
00301             new TitledWindow(this,10,10, prefW+8, prefH+32, "Camera3D Control");
00302 
00303         mCam3DControlEx = new Camera3DControlEx(tWnd, 0, 0, 10, 10, this);
00304         tWnd->SetContentPane(mCam3DControlEx);
00305         mCam3DControlEx->SetBorderType(0);
00306         mCam3DControlEx->MinMaxX(-6, 6);
00307         mCam3DControlEx->MinMaxY(-6, 6);
00308         mCam3DControlEx->MinMaxZ(-12, 12);
00309     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:43:36 2010 for ImpalaSrc by  doxygen 1.5.1