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

void OglGui::ViewSphere::InitAnimation (  )  [inline]

Definition at line 131 of file ViewSphere.h.

References mAnimCnt, mAnimSteps, and OglGui::OglWindow::mOglWnd.

Referenced by InitFunc(), and KeyboardFunc().

00132     {
00133         LIST        *obj;
00134         OGLVIEW3D   *view;
00135         int         i = 0;
00136 
00137         mAnimCnt = mAnimSteps;
00138         ForAllElements( obj, mOglWnd->objectList ){
00139             view = (OGLVIEW3D *) obj->info;
00140             view->x -= i * 0.1f;
00141             view->y -= i * 0.1f;
00142             i++;
00143         }
00144     }


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