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

void OglGui::Carousel3D::RotateToSpike ( int  idx,
int  ms = 500 
) [inline]

Definition at line 179 of file Carousel3D.h.

References mOglViews, RotateTo(), and OglGui::OglWindow::UpdateScene().

Referenced by RotateToNearest().

00180     {
00181         float spikes  = 360.f / mOglViews.size();
00182         RotateTo(-idx * spikes, ms);
00183         UpdateScene();
00184     }

Here is the call graph for this function:


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