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:
|