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

void OglGui::Carousel3D::Init ( int  w,
int  h 
) [inline, private]

Definition at line 393 of file Carousel3D.h.

References Friction(), mCenterRotY, mCenterX, mCenterY, mCenterZ, mDragged, mDragPixThreshold, mDragStarted, mFlowing, mIsRotatingTo, OglGui::OglWindow::mOglWnd, mRotateToDuration, mShowCarousel, mTargetOGLWND, and OglGui::OglWindow::SetBorderFillShaded().

00394     {
00395 //SetBackground(oglTrRED);
00396         SetBorderFillShaded(-2);
00397         oglSys.SetAllowCameraMove(mOglWnd, CamMove_Mouse);
00398         oglSys.AllowPicking(mOglWnd, false, false);
00399         Friction(-150);
00400 
00401         mTargetOGLWND       = oglSys.GetTopOGLWND(mOglWnd);
00402         mShowCarousel       = true;
00403         mDragStarted        = false;
00404         mDragged            = false;
00405         mFlowing            = false;
00406         mIsRotatingTo       = false;
00407         mRotateToDuration   = 0;
00408         mDragPixThreshold   = 3;
00409         mCenterX            = 0;
00410         mCenterY            = 0;
00411         mCenterZ            = -4.5;
00412         mCenterRotY         = 0;
00413     }

Here is the call graph for this function:


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