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

void Impala::Visualization::RotorBrowser::RotorBrowser::Printf3D ( float  x,
float  y,
float  z,
float  scaleX,
float  scaleY,
float  scaleZ,
String  str 
) [inline, private]

Definition at line 1865 of file RotorBrowser.h.

References Impala::Visualization::FontHandler::GetFontBase(), and mFontHandler.

Referenced by DisplayFunc().

01867     {
01868         glPushMatrix();
01869         int fBase = mFontHandler->GetFontBase(this);
01870         oglSys.Printf3D(fBase,x,y,z,scaleX,scaleY,scaleZ,str.c_str());
01871         glPopMatrix();
01872     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:25:51 2011 for ImpalaSrc by  doxygen 1.5.1