19 class DtWindowManager;
20 class DtWindowConfiguration;
22 namespace vrvScalableDisplay
32 void swapBuffersImplementation(osg::GraphicsContext *);
55 virtual void updateProjection();
64 void makeObserverToCameraMatrix( osg::Vec3d& orient,
65 osg::Matrixd& offsetObserverToCamera, osg::Matrixd& observerToCamera );
66 void makeObserverToCameraMatrix( osg::Quat& qObserverToWorld,
67 osg::Matrixd& offsetObserverToCamera, osg::Matrixd& observerToCamera );
70 virtual bool initialize();
Abstract Base class.
Definition: DtWindow.h:25
Contains makVrv::DtOsgChannel class.
osg::ref_ptr< DtScalableSwapCallback > mySwapCallback
Definition: DtScalableOsgChannel.h:73
Definition: DtScalableOsgChannel.h:25
Contains DLL export macros.
Definition: featureContext.h:37
The channel creator for the abstract channel class.
Definition: DtScalableOsgChannel.h:78
The abstract channel creator for the abstract channel class.
Definition: DtChannel.h:161
DtDe * myDe
Definition: DtScalableOsgChannel.h:35
This class provides the OSG-specific implementation of a DtChannel.
Definition: DtOsgChannel.h:75
Integration of DtOsgChannel with Scalable SDK.
Definition: DtScalableOsgChannel.h:41
The abstract Channel Class.
Definition: DtChannel.h:29
DtScalableSwapCallback(DtDe *de)
CTOR.
Definition: DtScalableOsgChannel.h:30
Configuration for a single channel Serialized and sent to remote displays as necessary to configure r...
Definition: DtChannelConfiguration.h:26
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
#define DT_DLL_VRVSCALABLEDISPLAY
Definition: vrvScalableDisplay.h:20