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

void OglGui::ViewSphere::Init (  )  [inline, private]

Reimplemented from OglGui::OglWindow.

Definition at line 478 of file ViewSphere.h.

Referenced by ViewSphere().

00479         {
00480         for (int i=0 ; i<7; i++)
00481             oglIm[i] = 0;
00482 
00483         // When set view dimensions are adjusted to be smaller at the poles
00484         // NOTE: If set, no individual viewer sizes can be set
00485                 mAdjustViewDims = true;
00486 
00487                 mSphereX = mSphereY = 0;
00488                 mSphereZ=-20;
00489                 mSphereRotY = mSphereRotX = mSphereRotZ = 0;
00490                 mSphereRotDx = mSphereRotDy= mSphereRotDz = 0;
00491         mRotRingDelta = 0.5f;
00492                 mSphereRotating = true;
00493         // Next line would start with rotation around Y-axis
00494                 // mSphereRotDy = 1.0f;
00495 
00496                 mShowCentralView = false;
00497                 mRadius = 6.0f;
00498                 mStdStickOut = 0.2f;
00499                 mRotRingAngle = 0.0f;
00500                 mVertRingNr = 0;
00501                 mHorRingNr = 0;
00502                 mStdVertRing = true;
00503                 mDblRing = false;
00504                 mKeyInfo = false;
00505                 mShowText = true;
00506         mAnimSteps = 200;
00507         mAnimCnt = mAnimSteps;
00508                 mAutoRotateRing = true;
00509         }


Generated on Fri Mar 19 12:10:37 2010 for ImpalaSrc by  doxygen 1.5.1