FACT++  1.0
void BasicGlCamera::paintGL ( )
protectedvirtual

Reimplemented in RawDataViewer, Q3DCameraWidget, and QCameraWidget.

Definition at line 682 of file BasicGlCamera.cc.

References drawCamera(), and drawPatches().

683  {
684  glClear(GL_COLOR_BUFFER_BIT);
685  glLoadIdentity();
686 
687  glTranslatef(0,-0.44,0);
688  glScalef(1.5, 1.5, 1.5);
689 
690  drawCamera(true);
691 
692  drawPatches();
693  }
virtual void drawPatches()
virtual void drawCamera(bool alsoWire)

+ Here is the call graph for this function: