kongzhifei Posted January 26, 2018 Share Posted January 26, 2018 I want to know how to create class"TrackerTrack"by C++ API?In another way ,I want to know thoes unigine scripts header<core/systems/tracker/tracker.h>,how to use in C++ API? Link to comment
silent Posted January 26, 2018 Share Posted January 26, 2018 Hi, Tracker is not exposed to the C++ API, so you need to write a wrapper to use it in C++ via callbacks. A small example of such wrapper you can find here: https://developer.unigine.com/forum/topic/4068-tracker-api-calls Thanks! How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN Link to comment
Recommended Posts