Definition at line 72 of file Camera3DMoveZ.h. References mPropagateMouse, mStepFactor, mTarget, mTextFeedBack, and OglGui::OglWindow::SetBorderType(). 00073 { 00074 mTarget = target; 00075 00076 SetBorderType(BEV_LINE); 00077 00078 mTextFeedBack = true; 00079 mPropagateMouse = false; 00080 mStepFactor = 0.001f; 00081 }
Here is the call graph for this function:
|