12 #ifndef PARALLAXSTAGE_H_6014714286 13 #define PARALLAXSTAGE_H_6014714286 66 const std::unique_ptr< Details > pimpl;
90 void setEyeDistance(
float );
95 float eyeDistance()
const;
99 virtual void renderPass
103 ,
bool isFirstInvocation
104 ,
bool isFirstSource )
override;
114 #endif // PARALLAXSTAGE_H_6014714286 Defines rendering stage that combines two other renderings either by putting them next to each other ...
CompositionMode
Defines how two renderings are to be combined.
Produces stereoscopic renderings.
Invokes the rendering stages of the frame renderer successively.
Eigen::Matrix< float, 4, 4, Eigen::ColMajor > Matrix4f
Defines matrix.
Defines a rendering viewport. The viewport is a property of the current OpenGL context.
static const float DEFAULT_EYE_DISTANCE
Holds the default double distance that the camera is offset to left/right.
Defines Carna::presets::CompositionStage.