PDA

View Full Version : old plugin interface


jsnider
10-30-2014, 04:14 PM
Is the old plugin interface (sensor.h, VRUTSensor, etc...) available in vizard 5? I definitely like the new interface better for new things, but I'd like to reuse old plugins too.

Joe

farshizzo
11-05-2014, 09:44 AM
Vizard 5 will still load plugins using the old interface. The new SDK does not include the old-style sensor header files. However, if you have them from the previous SDK, then it should compile and work fine with Vizard 5.

There is one caveat: if your plug-in uses any OSG libraries, then you will need to use the newer OSG header/lib files from the Vizard 5 SDK.