Definition at line 41 of file ChangingToView.h. References OglGui::View::GetDimensions3D(), and Init(). 00041 : 00042 OglGui::View(v) 00043 { 00044 float x,y,z,w,h,d; 00045 GetDimensions3D(&x,&y,&z,&w,&h,&d); 00046 Init(x,y,z,w,h,d); 00047 }
Here is the call graph for this function:
|