VR-Engage  2.2
Loading...
Searching...
No Matches
makVre::DtVreVirtualRealityChannelCreator Class Reference

Detailed Description

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>

Inheritance diagram for makVre::DtVreVirtualRealityChannelCreator:
[legend]

Public Member Functions

virtual makVrv::DtChannel * create (makVrv::DtDe &de, makVrv::DtWindow *window, makVrv::DtChannelConfiguration &config) override
 

Member Function Documentation

◆ create()

virtual makVrv::DtChannel * makVre::DtVreVirtualRealityChannelCreator::create ( makVrv::DtDe & de,
makVrv::DtWindow * window,
makVrv::DtChannelConfiguration & config )
overridevirtual

Creates a new virtual reality channel.

Parameters
deReference to the display engine
windowPointer to the window this channel will render to
configChannel configuration parameters
Returns
Pointer to the newly created channel

Factory method that creates a new DtVreVirtualRealityChannel instance with the specified parameters.

References de().


The documentation for this class was generated from the following file: