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

void Impala::Visualization::DirImViewer3D::FancySettings ( OGLVIEW3D *  v  )  [inline, private]

Definition at line 296 of file DirImViewer3D.h.

References OglGui::OglWindow::SetAlwaysDraw().

00297     {
00298         //view3DSys.SetObject3D(v, OGL_CUBE);
00299         view3DSys.SetObject3D(v, 1+ABSRND(8));
00300         view3DSys.SetRotationSpeed(v, ABSRND(30)/300.0, ABSRND(30)/300.0, 1);
00301         SetAlwaysDraw(true);
00302     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:24:39 2011 for ImpalaSrc by  doxygen 1.5.1