![]() |
Menge Plugin Examples
A Collection of Example Plugins for the Menge Framework
|
Plugin for height-field-based elements. More...
#include "TerrainConfig.h"#include "ElevationHeightField.h"#include "VelModHeightField.h"#include "PluginEngine.h"Functions | |
| EXPORT_API const char * | getName () |
| Retrieves the name of the plug-in. More... | |
| EXPORT_API const char * | getDescription () |
| Description of the plug-in. More... | |
| EXPORT_API void | registerPlugin (PluginEngine *engine) |
| Registers the plug-in with the PluginEngine. More... | |
Plugin for height-field-based elements.
| EXPORT_API const char* getDescription | ( | ) |
Description of the plug-in.
| EXPORT_API const char* getName | ( | ) |
Retrieves the name of the plug-in.
| EXPORT_API void registerPlugin | ( | PluginEngine * | engine | ) |
Registers the plug-in with the PluginEngine.
| engine | A pointer to the plugin engine. |
1.8.8