Moray Plugin SDK Documentation
This release of the Plugin SDK can be used by Moray V3.5 (Build 9065) and later.
C++ Support
Compiler Settings
What's New
C support
The following C support is provided (note that these can be and are used from C++, too).
C Data Structures
- all the structs that the plugin uses.
Scene Interface
- an interface for querying and setting various parameters of Moray.
Files Interface
- an interface to the file handling system of Moray.
Export Interface
- an interface to add an export filter to Moray.
Import Interface
- an interface to add an import filter to Moray.
Menu Interface
- an interface for adding menu items to Morays menus.
Object Interface
- an interface for creating plugin objects that seamlessly integrate into Moray.
Controller Interface
- an interface for allowing the visual manipulation associated with a plugin object.
External Interface
- an interface to allow plugins to communicate with each other, letting Moray handle the loading, etc.