Reimplemented from OglGui::Window. Definition at line 100 of file ViewerPointCloudNavigator.h. References OglGui::ViewerPointCloud::KeyboardFunc(), mDoShow, mPtSize, mViewerPointCloud, and PointSize(). 00101 { 00102 if (c=='P') PointSize(mPtSize+0.5f); 00103 if (c=='p') PointSize(mPtSize-0.5f); 00104 if (c=='S') mDoShow = !mDoShow; 00105 00106 mViewerPointCloud->KeyboardFunc(c, state); 00107 }
Here is the call graph for this function:
|