Go to the source code of this file.
|
| CSetOfObjectsPtr OPENGL_IMPEXP | mrpt::opengl::stock_objects::RobotPioneer () |
| | Returns a representation of a Pioneer II mobile base.
|
| |
| CSetOfObjectsPtr OPENGL_IMPEXP | mrpt::opengl::stock_objects::CornerXYZ (float scale=1.0) |
| | Returns three arrows representing a X,Y,Z 3D corner.
|
| |
| CSetOfObjectsPtr OPENGL_IMPEXP | mrpt::opengl::stock_objects::CornerXYZEye () |
| | Returns three arrows representing a X,Y,Z 3D corner.
|
| |
| CSetOfObjectsPtr OPENGL_IMPEXP | mrpt::opengl::stock_objects::CornerXYZSimple (float scale=1.0, float lineWidth=1.0) |
| | Returns three arrows representing a X,Y,Z 3D corner (just thick lines instead of complex arrows for faster rendering than CornerXYZ).
|
| |
| CSetOfObjectsPtr OPENGL_IMPEXP | mrpt::opengl::stock_objects::CornerXYSimple (float scale=1.0, float lineWidth=1.0) |
| | Returns two arrows representing a X,Y 2D corner (just thick lines, fast to render).
|
| |
| CSetOfObjectsPtr OPENGL_IMPEXP | mrpt::opengl::stock_objects::BumblebeeCamera () |
| | Returns a simple 3D model of a PointGrey Bumblebee stereo camera.
|
| |