19 #ifndef _mtsOSGStereo_h
20 #define _mtsOSGStereo_h
36 int x,
int y,
int width,
int height,
37 double fovy,
double aspectRatio,
38 double zNear,
double zFar,
40 bool trackball =
true,
54 int x,
int y,
int width,
int height,
58 double zNear,
double zFar,
void setCullMask(osg::Node::NodeMask mask, osaOSGStereo::Camera idx)
Definition: osaOSGStereo.h:85
Definition: mtsOSGCameraTask.h:28
Definition: osaOSGStereo.h:11
Definition: osaOSGWorld.h:24
Definition: mtsOSGStereo.h:27
~mtsOSGStereo()
Definition: mtsOSGStereo.h:70
osg::ref_ptr< osaOSGCamera > camera
Definition: mtsOSGCameraTask.h:34
Camera
Definition: osaOSGStereo.h:15
void setCullMask(osg::Node::NodeMask mask, osaOSGStereo::Camera idx)
Definition: mtsOSGStereo.h:72
mtsOSGStereo(const std::string &name, osaOSGWorld *world, int x, int y, int width, int height, double fovy, double aspectRatio, double zNear, double zFar, double baseline, bool trackball=true, const vctFrame4x4< double > &Rtoffset=vctFrame4x4< double >())
Definition: mtsOSGStereo.h:34
mtsOSGStereo(const std::string &name, osaOSGWorld *world, int x, int y, int width, int height, const vctFixedSizeMatrix< double, 3, 3 > &Kl, const vctFixedSizeMatrix< double, 3, 3 > &Kr, const vctFrame4x4< double > &vctRt, double zNear, double zFar, bool trackball, const vctFrame4x4< double > &Rtoffset=vctFrame4x4< double >())
Definition: mtsOSGStereo.h:52