Reimplemented from OglGui::Window. Definition at line 63 of file SixView2DWindow.h. References OglGui::Window::DisplayFunc(). 00064 { 00065 int bInfo[3]; 00066 // Blending mode to allow for transparent view background 00067 oglSys.StartBlend(bInfo); 00068 00069 Window::DisplayFunc(); 00070 00071 oglSys.EndBlend(bInfo); 00072 }
Here is the call graph for this function:
|