struct tvViewpoint

Encapsulates viewing parameters

Documentation

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;
};


Back to
TerraVision API Home Page