Definition at line 351 of file DirImViewer3D.h. References mCam3DControlEx, mDoAspectRatio, mOglImageCache, OglGui::OglWindow::mOglWnd, mRgbDataSrc, NrToShow(), and SetUpCameraControl3D(). 00352 { 00353 NrToShow(nrToShow); 00354 mDoAspectRatio = true; 00355 mRgbDataSrc = 0; 00356 00357 mOglImageCache = (cacheSize>0) ? (new OglImageCache(cacheSize)) : 0; 00358 00359 oglSys.SetAllowCameraMove(mOglWnd, CamMove_Keys | CamMove_Mouse); 00360 oglSys.AllowPicking(mOglWnd, 1, 1); 00361 00362 mCam3DControlEx = 0; 00363 if (camControl) 00364 SetUpCameraControl3D(); 00365 }
Here is the call graph for this function: ![]()
|