Definition at line 62 of file Carousel3D.h. References mOglViews, OglGui::OglWindow::mOglWnd, and mTitles. Referenced by AddCaptureView(). 00063 { 00064 OGLVIEW3D* v = view3DSys.View3D(mOglWnd, 0, 0, 0, 0, 1, 1, 1); 00065 if (v) 00066 { 00067 //view3DSys.SetTags(v, FlexViewTags); 00068 mOglViews.push_back(v); 00069 mTitles.push_back(str); 00070 } 00071 return v; 00072 }
|