2#ifndef GRAMODS_GRAPHICS_INTERLACEMULTIPLEXER
3#define GRAMODS_GRAPHICS_INTERLACEMULTIPLEXER
5#include <gmGraphics/MultiscopicMultiplexer.hh>
7BEGIN_NAMESPACE_GMGRAPHICS;
26 void setPattern(
int p);
37 void prepare()
override;
42 void setupRendering(
size_t eye)
override;
47 void finalize()
override;
54 std::unique_ptr<Impl> _impl;
58END_NAMESPACE_GMGRAPHICS;
Interlaced stereoscopic multiplexer.
Definition InterlaceMultiplexer.hh:13
size_t getEyeCount()
Returns the number of eyes that should be rendered for the multiplexer.
Definition InterlaceMultiplexer.hh:32
The multiscopic multiplexing is the process of rendering images for the left and the right (or more) ...
Definition MultiscopicMultiplexer.hh:30