ark::gui::RendererInterfacePlugin

Defined in header “ark/gui/renderer_interface_plugin.hh”.


This plugin provides a generic way for any stage to emit a 3D drawable without needing to create a plugin.

Methods

  • RendererInterfacePlugin(std::shared_ptr< AbstractTransformProvider > transform_provider, std::string name, std::string comms_namespace)

  • ~RendererInterfacePlugin()

  • void initialize(PluginInterface & interface)
    Called during initialization. This gives you a chance to register you widget elements and communication methods.