mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
Tango: Added Ortho mode (#193)
This commit is contained in:
@@ -1598,6 +1598,14 @@ void RTABMapApp::setPointSize(float value)
|
||||
{
|
||||
main_scene_.setPointSize(value);
|
||||
}
|
||||
void RTABMapApp::setFOV(float angle)
|
||||
{
|
||||
main_scene_.setFOV(angle);
|
||||
}
|
||||
void RTABMapApp::setOrthoCropFactor(float value)
|
||||
{
|
||||
main_scene_.setOrthoCropFactor(value);
|
||||
}
|
||||
void RTABMapApp::setLighting(bool enabled)
|
||||
{
|
||||
main_scene_.setLighting(enabled);
|
||||
|
||||
Reference in New Issue
Block a user