![]() |
VR-Forces 4.7 Class Documentation
|
The Object Manager Extension example demonstrates the following:
This example shows how to subclass and install your own version of the DtVrfObjectManager to extend its functionality.
Since this example is loaded as a plugin, it can be used in conjunction with the released VR-Forces application
This example demonstrates how to install your own derived object manager.
In the Launcher, click the Plug-ins button to bring up the Plug-ins Selection dialog. Enable the plugin. Then launch VR-Forces.
The vrfSim console will immediately begin repeatedly displaying 'MyObjectManager::tick()'. This confirms that the derived object manager is in use.
| MyObjectManager | This subclass of DtVrfObjectManager prints out a message every time it is ticked. |