Skip to content

Commit

Permalink
clean old comment, add yet another missing header include directive
Browse files Browse the repository at this point in the history
  • Loading branch information
SamFlt committed Aug 28, 2024
1 parent cc1b82c commit c8bb06a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
15 changes: 0 additions & 15 deletions modules/ar/src/panda3d-simulator/vpPanda3DRendererSet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,6 @@ vpPanda3DRendererSet::vpPanda3DRendererSet(const vpPanda3DRenderParameters &rend

void vpPanda3DRendererSet::initFramework()
{
// load_prc_file_data("", "load-display p3tinydisplay");
// load_prc_file_data("", "color-bits 32 32 32");

// load_prc_file_data("", "auto-flip 1");
// load_prc_file_data("", "sync-video 0");
// load_prc_file_data("", "multisamples 1\n"
// // "background-color 0.0 0.0 0.0 0.0\n"
// // "load-file-type p3assimp\n"
// // "transform-cache 0\n"
// // "state-cache 0\n"
// // "audio-library-name null\n"
// "model-cache-dir\n"
// "notify-level-glgsg spam");


if (m_framework.use_count() > 0) {
throw vpException(vpException::notImplementedError, "Panda3D renderer: Reinitializing is not supported!");
}
Expand Down
1 change: 1 addition & 0 deletions modules/tracker/me/src/moving-edges/vpMeSite.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
#include <limits> // numeric_limits
#include <stdlib.h>
#include <map>
#include <tuple>
#include <visp3/core/vpTrackingException.h>
#include <visp3/me/vpMe.h>
#include <visp3/me/vpMeSite.h>
Expand Down

0 comments on commit c8bb06a

Please sign in to comment.