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

void OglGui::Camera3DControl::Init ( int  w,
int  h,
Window wnd3D 
) [inline, private]

Definition at line 75 of file Camera3DControl.h.

References mCameraMover, mCameraRotator, PreferredSize(), OglGui::Window::ScaleChildren(), OglGui::Window::SetAllowChildScaling(), and OglGui::OglWindow::SetDimensions().

00076         {
00077         int pW, pH;
00078         PreferredSize(pW,pH);
00079         mCameraMover = new CameraMoveControl(this, 0, 0, (pW/2)-2, pH, wnd3D);
00080         mCameraRotator =
00081             new CameraRotateControl(this, (pW/2)+2, 0, (pW/2)-2, pH, wnd3D);
00082         ScaleChildren();
00083         SetAllowChildScaling(false);
00084         SetDimensions(RETAIN, RETAIN, w, h);
00085     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:58:05 2010 for ImpalaSrc by  doxygen 1.5.1