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

void Impala::Visualization::RotorBrowser::RotorDoDView::HandlePositiveNegative (  )  [inline]

Definition at line 90 of file RotorDoDView.h.

References LeftCornerTriangle(), mNegativeAlpha, and mPositiveAlpha.

Referenced by OnDrawView().

00091     {
00092         glPushMatrix();
00093         glTranslatef(0,0,0.02);
00094         LeftCornerTriangle(0,255,0,mPositiveAlpha*255);
00095         LeftCornerTriangle(255,0,0,mNegativeAlpha*255);
00096         glPopMatrix();
00097     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:56:18 2010 for ImpalaSrc by  doxygen 1.5.1