Definition at line 75 of file Carousel3D.h. References AddView(), mChangingToViews, mTitles, MyOglImage(), OglImCapture(), and OglGui::ChangingToView::SetChangingToViewListener(). Referenced by TitledCapture(). 00076 { 00077 OGLVIEW3D* v = AddView(str); 00078 view3DSys.SetRotation(v, 180, 0, 0); 00079 view3DSys.SetTexFilter(v, 0, GL_LINEAR); 00080 view3DSys.SetTexFilter(v, 1, GL_LINEAR); 00081 OGLIMAGE* oglIm = MyOglImage(4, 10, 10); 00082 oglIm->noTexScaling = 1; 00083 v->im = oglIm; 00084 00085 ChangingToView* chToView = new ChangingToView(v); 00086 int idx = mTitles.size()-1; 00087 chToView->SetChangingToViewListener(this, (void *) idx); 00088 mChangingToViews.push_back(chToView); 00089 00090 if (capture) 00091 OglImCapture(v->im, x, y, w, h); 00092 }
Here is the call graph for this function:
|