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

void OglGui::Camera3DXYZ::Init ( int  w,
int  h,
Window target 
) [inline, private]

Definition at line 185 of file Camera3DXYZ.h.

References mPropagateMouse, mShowCamCoordinates, mStepFactor, mTarget, mTextFeedBack, OglGui::OglWindow::SetBorderType(), StatePanCamera(), StateRotateCameraXY(), StateRotateCameraZ(), and StateZoomCamera().

00186     {
00187         mTarget = target;
00188 
00189         SetBorderType(BEV_LINE);
00190 
00191         mPropagateMouse = false;
00192         mTextFeedBack = true;
00193         mShowCamCoordinates = true;
00194         mStepFactor = 0.001f;
00195 
00196         StatePanCamera(oglLeftButton);
00197         StateZoomCamera(oglRightButton);
00198         StateRotateCameraXY(oglLeftButton|oglControl);
00199         StateRotateCameraZ(oglRightButton|oglControl);
00200     }

Here is the call graph for this function:


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