Definition at line 311 of file DirImViewer3D.h. References mCam3DControlEx, mDoAspectRatio, mOglImageCache, OglGui::OglWindow::mOglWnd, mRgbDataSrc, NrToShow(), and SetUpCameraControl3D(). 00312 { 00313 NrToShow(nrToShow); 00314 mDoAspectRatio = true; 00315 mRgbDataSrc = 0; 00316 00317 mOglImageCache = (cacheSize>0) ? (new OglImageCache(cacheSize)) : 0; 00318 00319 oglSys.SetAllowCameraMove(mOglWnd, CamMove_Keys | CamMove_Mouse); 00320 oglSys.AllowPicking(mOglWnd, 1, 1); 00321 00322 mCam3DControlEx = 0; 00323 if (camControl) 00324 SetUpCameraControl3D(); 00325 }
Here is the call graph for this function:
|