Was struggling to get demos to build and realized it is because the compiler couldn't find TrajectoryFollower. Once I added #include <OpenFrames/TrajectoryFollower.hpp>, everything built just fine.
#include <OpenFrames/TrajectoryFollower.hpp>
What file did you add the include to? "renderproxy " and "renderthread" are not OpenFrames objects.
And what OS are you on?
Aah I see, you're talking about the ofqt demo. Update coming.
Added TrajectoryFollower to demos/cpp/ofqt/renderproxy.cpp and renderthread.cpp. Thank you for reporting this.
Log in to post a comment.
What file did you add the include to? "renderproxy " and "renderthread" are not OpenFrames objects.
And what OS are you on?
Aah I see, you're talking about the ofqt demo. Update coming.
Added TrajectoryFollower to demos/cpp/ofqt/renderproxy.cpp and renderthread.cpp. Thank you for reporting this.