mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
Tango: fixed bug where black point clound is shown when visualizing a mesh with texture
This commit is contained in:
@@ -1169,13 +1169,6 @@ int RTABMapApp::Render()
|
||||
// revert state
|
||||
main_scene_.setMeshRendering(isMeshRendering, isTextureRendering);
|
||||
|
||||
fpsTime.restart();
|
||||
lastDrawnCloudsCount_ = main_scene_.Render();
|
||||
if(renderingTime_ < fpsTime.elapsed())
|
||||
{
|
||||
renderingTime_ = fpsTime.elapsed();
|
||||
}
|
||||
|
||||
if(visLocalizationEvents.size())
|
||||
{
|
||||
// send statistics to GUI
|
||||
|
||||
Reference in New Issue
Block a user