struct tvViewpoint Encapsulates viewing parameters
Encapsulates viewing parameters. Members:
struct tvViewpoint {
double eye[3];
float altitude;
double reference[3];
float reference_plane[4];
float nearPlane;
float farPlane;
int fov;
float aspect;
float yaw, pitch, roll;
float vel, accel, base_accel;
};