25 #ifndef vtkOpenVRCamera_h
26 #define vtkOpenVRCamera_h
28 #include "vtkRenderingOpenVRModule.h"
29 #include "vtkOpenGLCamera.h"
62 vtkSetVector3Macro(Translation,
double);
63 vtkGetVector3Macro(Translation,
double);
89 double Translation[3];
represent and manipulate 3x3 transformation matrices
represent and manipulate 4x4 transformation matrices
vtkMatrix4x4 * LeftEyeProjection
vtkMatrix4x4 * RightEyeTCDCMatrix
vtkMatrix4x4 * RightWCVCMatrix
vtkNew< vtkTransform > PoseTransform
static vtkOpenVRCamera * New()
virtual void GetKeyMatrices(vtkRenderer *ren, vtkMatrix4x4 *&WCVCMatrix, vtkMatrix3x3 *&normalMatrix, vtkMatrix4x4 *&VCDCMatrix, vtkMatrix4x4 *&WCDCMatrix)
vtkMatrix4x4 * RightWCDCMatrix
vtkMatrix4x4 * RightEyePose
vtkMatrix4x4 * LeftEyePose
vtkMatrix4x4 * LeftEyeTCDCMatrix
void GetHMDEyePoses(vtkRenderer *)
vtkMatrix4x4 * RightVCDCMatrix
virtual void Render(vtkRenderer *ren)
Implement base class method.
vtkMatrix4x4 * RightEyeProjection
virtual void GetTrackingToDCMatrix(vtkMatrix4x4 *&TCDCMatrix)
Provides a matrix to go from absolute OpenVR tracking coordinates to device coordinates.
void GetHMDEyeProjections(vtkRenderer *)
abstract specification for renderers