|
VR-Engage
2.2
|
DtVreVirtualRealityChannelCreator implements the factory pattern for creating DtVreVirtualRealityChannel instances. It allows the channel system to create virtual reality channels without knowing the specific implementation details.
#include <vreVirtualRealityChannel.h>
Public Member Functions | |
| virtual makVrv::DtChannel * | create (makVrv::DtDe &de, makVrv::DtWindow *window, makVrv::DtChannelConfiguration &config) override |
|
overridevirtual |
Creates a new virtual reality channel.
| de | Reference to the display engine |
| window | Pointer to the window this channel will render to |
| config | Channel configuration parameters |
Factory method that creates a new DtVreVirtualRealityChannel instance with the specified parameters.
References de().