![]() |
VR-Link API Documentation for HLA 1.3
|
The ability for the user to modify the user tag sent with object updates and interactions was added to VR-Link 3.12.
This is achieved by providing two base classes: DtObjectTagModifier and DtInteractionTagModifier. These classes can be subclassed, with the modifyTag() method implemented, and registered with the exercise connection. modifyTag() will be called for each update/interaction sent for each object/interaction class that it is registered for.
A typical usage of the user tag modifier may look like this: